<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Urania &#187; SciSoft OSX</title>
	<atom:link href="http://iparrizar.mnstate.edu/~juan/urania/category/software/scisoft-osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://iparrizar.mnstate.edu/~juan/urania</link>
	<description>A blog named for the muse of Astronomy containing musings by an astronomer</description>
	<lastBuildDate>Fri, 06 Nov 2009 01:44:27 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Scisoft OSX 2009.10.1 released</title>
		<link>http://iparrizar.mnstate.edu/~juan/urania/2009/10/01/scisoft-osx-2009-10-1-released/</link>
		<comments>http://iparrizar.mnstate.edu/~juan/urania/2009/10/01/scisoft-osx-2009-10-1-released/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 22:49:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Astronomical Software]]></category>
		<category><![CDATA[IRAF]]></category>
		<category><![CDATA[SciSoft OSX]]></category>

		<guid isPermaLink="false">http://iparrizar.mnstate.edu/~juan/urania/2009/10/01/scisoft-osx-2009-10-1-released/</guid>
		<description><![CDATA[Nor Pirzkal has released another minor update to Scisoft OSX. He states in his blog that:
A minor revision of Scisoft is available for downloading. Many people are experiencing many problems with the Apple Package Installer and I am distributing this release as a simple tar.gz file.
This version of Scisoft is distributed as a simple tar [...]]]></description>
			<content:encoded><![CDATA[<p>Nor Pirzkal has released another minor update to <a href="http://web.mac.com/npirzkal/Scisoft/Scisoft.html">Scisoft OSX</a>. He <a href="http://web.mac.com/npirzkal/Scisoft/News/Entries/2009/10/1_Scisoft_OSX_Intel_2009.10.1_Released.html">states</a> in his blog that:</p>
<blockquote><p>A minor revision of Scisoft is available for downloading. Many people are experiencing many problems with the Apple Package Installer and I am distributing this release as a simple tar.gz file.</p>
<p>This version of Scisoft is distributed as a simple tar file that can be un-tarred in /. Scisoft expect to be located in <span style="font-family: monospace;">/Applications/scisoft/</span></p></blockquote>
<p>I can confirm the <code>CONTENTS</code> file distributed with the install is identical to the file for <a href="http://iparrizar.mnstate.edu/~juan/urania/2009/09/16/scisoft-osx-2009-9-1-released/">Scisoft 2009.9.1</a> so this release may just be a way to avoid some issues with the Apple Package Installer program.</p>
<p>This change to a tarball format is good, but it changes how to install the software. However, there is at least one major glitch in this distribution</p>
<ul>
<li>WCSTools is missing from the installation! There are symbolic links to the package, but the <code>/Application/scisoft/i386/Packages/wcstools-3.7.3/</code> directory is empty! If you are upgrading from a previous version of Scisoft OSX, there is an easy way to recover from this problem. I am outlining my suggested installation routine below.</li>
<li>As I noted for <a href="http://iparrizar.mnstate.edu/~juan/urania/2009/09/16/scisoft-osx-2009-9-1-released/">Scisoft 2009.9.1</a>, &#8220;on Snow Leopard, Gordon Richards discovered that if you attempt ‘import pylab’ in python, you get a bus error. I can confirm the same error occurs on my Snow Leopard machine using either this SciSoft OSX release or the previous one. Furthermore, I can confirm the error <strong>DOES NOT</strong> occur in Leopard. I am not a heavy Python user, so I will leave it to Gordon, Nor, and others to investigate this issue. Gordon notes that <a style="text-decoration: none; color: #c00000; padding: 0px; margin: 0px;" href="http://blog.hyperjeff.net/?p=160">this blog posting</a> contains instructions for getting pylab installed under a vanilla Snow Leopard install, in case you need them.&#8221;</li>
</ul>
<p>My <strong>suggested routine for upgrading</strong> to this version of Scisoft OSX from a previous version is the following:</p>
<ol>
<li>Backup the previous version of Scisoft by renaming the <code>/Application/scisoft/</code> directory to <code>/Application/scisoft_old/</code>.</li>
<li>Download the current gzipped tarball of Scisoft OSX. The current version of Scisoft OSX is available for download from the <a href="http://web.mac.com/npirzkal/Scisoft/Scisoft.html">Scisoft OSX</a> website, but I have made the package available on my <a href="http://iparrizar.mnstate.edu/~juan/urania/scisoft-osx-download/">Scisoft OSX mirror</a> as well, in case it is faster for people.</li>
<li>Using the command line in an administrative account, you can untar the tarball using the command:<pre>sudo tar -C / -xzvf Scisoft_OSX_macintel_2009.10.1.tar.gz</pre>You will be asked for your account password to allow &#8217;sudo&#8217; to run the tar command as root.
</li>
<li>The files are untarred with their ownership intact from when Nor created the tarball, so be sure to change the ownership to match your root account using<br />
<pre>sudo chown -R root:admin /Applications/scisoft/</pre>
</li>
<li>Finally, if you want to copy over the WCStools package from the previous Scisoft OSX installation, you can use the command:<pre>sudo cp -r -p /Applications/scisoft_old/i386/Packages/wcstools-3.7.3/ /Applications/scisoft/i386/Packages/wcstools-3.7.3/</pre>That should get your back the WCStools.</li>
</ol>
<p>I have alerted Nor to the missing wcstools directory as well as some other minor issues with this release. Hopefully, if Nor has some time, he will make</p>
]]></content:encoded>
			<wfw:commentRss>http://iparrizar.mnstate.edu/~juan/urania/2009/10/01/scisoft-osx-2009-10-1-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Scisoft OSX 2009.9.1 released</title>
		<link>http://iparrizar.mnstate.edu/~juan/urania/2009/09/16/scisoft-osx-2009-9-1-released/</link>
		<comments>http://iparrizar.mnstate.edu/~juan/urania/2009/09/16/scisoft-osx-2009-9-1-released/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 17:37:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Astronomical Software]]></category>
		<category><![CDATA[MacOS X]]></category>
		<category><![CDATA[SciSoft OSX]]></category>

		<guid isPermaLink="false">http://iparrizar.mnstate.edu/~juan/urania/2009/09/16/scisoft-osx-2009-9-1-released/</guid>
		<description><![CDATA[Nor Pirzkal has released a minor update to Scisoft OSX. He states in his blog that:

  This version should fix a few outstanding bugs in version 2009.6.1. People running on case sensitive file system will hopefully stopped having problems. This version otherwise upgrades a few minor packages as described in the NEWS and CONTENTS [...]]]></description>
			<content:encoded><![CDATA[<p>Nor Pirzkal has released a minor update to <a href="http://web.mac.com/npirzkal/Scisoft/Scisoft.html">Scisoft OSX</a>. He states in his blog that:</p>
<blockquote><p>
  This version should fix a few outstanding bugs in version 2009.6.1. People running on case sensitive file system will hopefully stopped having problems. This version otherwise upgrades a few minor packages as described in the NEWS and CONTENTS files.</p>
<p>  This version requires OSX Intel 10.5.x or higher. It also works fine with OSX 10.6.0 and OSX 10.6.1.
</p></blockquote>
<p>From reviewing the <code>CONTENTS</code> file distributed with the install, the major changes from the <a href="http://iparrizar.mnstate.edu/~juan/urania/2009/05/15/scisoft-osx-200952-released/">previous version</a> as as he indicated, quite minor. They include:</p>
<ul>
<li>The following <a href="http://www.python.org/">Python</a> packages were updated:</li>
<li style="list-style: none">
<ul>
<li><a href="http://matplotlib.sourceforge.net/">matplotlib</a> 0.99 (upgraded from version 0.98.5.2)</li>
<li><a href="http://www.stsci.edu/resources/software_hardware/pyraf">pyraf</a> 1.8 (upgraded to the current release version from version 1.7.1)</li>
<li><a href="http://pygsl.sourceforge.net/">pygsl</a> 0.9.4 (upgraded from version 0.9.3)</li>
<li><a href="http://www.egenix.com/products/python/mxBase/mxDateTime/">mxDateTime</a> 3.1.2 was added to the distribution. Adds certain useful date manipulation functions to the python installation.</li>
<li><a href="http://code.google.com/p/python-sao/">pysao</a> 2.1.8 was added to the distribution. This appears to add direct XPA communication capability between python scripts and <a href="http://hea-www.harvard.edu/RD/ds9/">SAOImage DS9.</a></li>
</ul>
</li>
</ul>
<ul>
<li>The <a href="http://www.gnu.org/software/gsl/">gsl</a> library was update from version 1.11 to 1.13.</li>
<li>[From NEWS file] Changed <a href="http://hea-www.harvard.edu/RD/ds9/">ds9</a> [command line] unix version a [symbolic] link from an alias. I noticed the SAOImage DS9 website currently says &#8220;Note: the next release of DS9, version 5.7, will be available October 15th.&#8221;</li>
<li>[From NEWS file] Fixed references to &#8220;packages&#8221; to &#8220;Packages&#8221; in Setup scripts</li>
</ul>
<p>The glitches I have noticed in this distribution</p>
<ul>
<li>As with previous versions, the installer for Scisoft OSX (due to bugs, apparently in Apple&#8217;s installer.app) changes the ownership of /Applications after the install. I would run Disk Utility and Fix the Permissions on your root volume after installing Scisoft OSX.</li>
<li><strong>[Added Sept. 23]</strong> Gordon Richards and I have have been investigating some serious annoyances with the python installation on Snow Leopard in this version of SciSoft OSX.
<ol>
<li> First of all, the installer apparently doesn&#8217;t install <code>/Applications/scisoft/i386/Packages/Python-2.5.4/Python.framework/Versions/2.5/Resources/Python.app/</code> when running on Snow Leopard. This directory contains the python executable.  Therefore, in the new SciSoft OSX on Snow Leopard, you can&#8217;t run python from the clean install.  If you manually copy this directory from the previous SciSoft OSX installation to this one, then I find you can run python again (or in my case, pyraf).  I can confirm this directory is apparently installed under Leopard.</li>
<li>On Snow Leopard, Gordon Richards discovered that if you attempt &#8216;import pylab&#8217; in python, you get a bus error.  I can confirm the same error occurs on my Snow Leopard machine using either this SciSoft OSX release or the previous one.  Furthermore, I can confirm the error <strong>DOES NOT</strong> occur in Leopard. I am not a heavy Python user, so I will leave it to Gordon, Nor, and others to investigate this issue.  Gordon notes that <a href="http://blog.hyperjeff.net/?p=160">this blog posting</a> contains instructions for getting pylab installed under a vanilla Snow Leopard install, in case you need them.</li>
</ol>
</li>
</ul>
<p>The current version of Scisoft OSX is available for download from the <a href="http://web.mac.com/npirzkal/Scisoft/Scisoft.html">Scisoft OSX</a> website, but I have made the package available on my <a href="http://iparrizar.mnstate.edu/~juan/urania/scisoft-osx-download/">Scisoft OSX mirror</a> as well, in case it is faster for people.</p>
]]></content:encoded>
			<wfw:commentRss>http://iparrizar.mnstate.edu/~juan/urania/2009/09/16/scisoft-osx-2009-9-1-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Scisoft OSX 2009.6.1 Released</title>
		<link>http://iparrizar.mnstate.edu/~juan/urania/2009/06/05/scisoft-osx-200961-released/</link>
		<comments>http://iparrizar.mnstate.edu/~juan/urania/2009/06/05/scisoft-osx-200961-released/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 15:56:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Astronomical Software]]></category>
		<category><![CDATA[MacOS X]]></category>
		<category><![CDATA[SciSoft OSX]]></category>

		<guid isPermaLink="false">http://iparrizar.mnstate.edu/~juan/urania/2009/06/05/scisoft-osx-200961-released/</guid>
		<description><![CDATA[Nor Pirzkal has apparently been busy fixing the issues I noted in last month&#8217;s release of Scisoft OSX given his blog entry:

  Scisoft OSX Intel 2009.6.1 Released
  This version updates the STSDAS/TABLES packages and a few other packages.
  It also fixes the issues pointed out by J. Cabanela

The new version of Scisoft [...]]]></description>
			<content:encoded><![CDATA[<p>Nor Pirzkal has apparently been busy fixing the issues I noted in last month&#8217;s release of <a href="http://web.mac.com/npirzkal/Scisoft/Scisoft.html">Scisoft OSX</a> given his <a href="http://web.mac.com/npirzkal/Scisoft/News/Entries/2009/6/4_Scisoft_OSX_Intel_2009.6.1_Released.html">blog entry</a>:</p>
<blockquote><p>
  <strong>Scisoft OSX Intel 2009.6.1 Released<br /></strong><br />
  This version updates the STSDAS/TABLES packages and a few other packages.<br />
  It also fixes the issues pointed out by J. Cabanela
</p></blockquote>
<p>The new version of Scisoft OSX 2009.6.1 differs from <a href="http://iparrizar.mnstate.edu/~juan/urania/2009/05/15/scisoft-osx-200952-released/">Scisoft OSX 2009.5.2</a> in the following ways:</p>
<ul>
<li><a href="http://astromatic.iap.fr/software/stiff/">Stiff</a> was updated from version 1.10 to version 1.12</li>
<li><a href="http://heasarc.gsfc.nasa.gov/ftools/fv">HEASARC fv.app</a> was updated from version 5.1 to version 5.2.1 and properly installed.</li>
<li><a href="http://heasarc.gsfc.nasa.gov/hera/">HEASARC hera.app</a> was updated from version 5.1 to version 5.2.1 and properly installed.</li>
<li><a href="http://heasarc.gsfc.nasa.gov/hera/">HEASARC StudentHera.app</a> was updated from version 5.1 to version 5.2.1 and properly installed.</li>
<li><a href="http://hea-www.harvard.edu/RD/ds9/">SAOImage DS9</a> was updated to version 5.6.3 from version 5.3b.</li>
<li>Interestingly, the <a href="http://www.stsci.edu/resources/software_hardware/stsdas">STSDAS</a> and <a href="http://www.stsci.edu/resources/software_hardware/stsdas">TABLES</a> <a href="http://www.iraf.net/">IRAF</a> packages are still version 3.10, so I am not sure what updates Nor refers to above for STSDAS/TABLES.</li>
</ul>
<p>The only glitch I noticed is that permissions problems persist. Specifically, when the installer installs Scisoft OSX, it appears that a bug in Apple’s Installer program triggers a change in ownership of the /Applications directory to that of the second user on the system. I strongly suggest checking the ownership of the /Applications directory afterward and if isn’t owned by an administrative user, set it as such using:</p>
<p><code>sudo chown username:admin /Applications</code></p>
<p>(where “username” is the primary administrator&#8217;s username, in most cases, your username) to perform the repair. I know Nor spent a bit of time trying to resolve this without success last summer, so its a glitch that will probably persist.</p>
<p>I also have a minor gripe. This is not a bug, so much a feature I prefer. I like having the X11 command-line version of ds9 available, so I manually installed the current ds9 command line binary into <code>/Applications/scisoft/i386/bin/</code>.</p>
<p>The current version of Scisoft OSX is available for download from the <a href="http://web.mac.com/npirzkal/Scisoft/Scisoft.html">Scisoft OSX</a> website (or will be shortly) and I have made the package available on my <a href="http://iparrizar.mnstate.edu/~juan/urania/scisoft-osx-download/">Scisoft OSX mirror</a> as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://iparrizar.mnstate.edu/~juan/urania/2009/06/05/scisoft-osx-200961-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Scisoft OSX 2009.5.2 Released</title>
		<link>http://iparrizar.mnstate.edu/~juan/urania/2009/05/15/scisoft-osx-200952-released/</link>
		<comments>http://iparrizar.mnstate.edu/~juan/urania/2009/05/15/scisoft-osx-200952-released/#comments</comments>
		<pubDate>Fri, 15 May 2009 21:31:02 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[Astronomical Software]]></category>
		<category><![CDATA[MacOS X]]></category>
		<category><![CDATA[SciSoft OSX]]></category>

		<guid isPermaLink="false">http://iparrizar.mnstate.edu/~juan/urania/2009/05/15/scisoft-osx-200952-released/</guid>
		<description><![CDATA[This first Scisoft OSX release of 2009 has appeared. Despite the brief entry on the VersionTracker website which said that this update rolled in the recently released STSDAS and TABLES IRAF package updates. from reviewing the CONTENTS file distributed with the install, I found Nor Pirzkal made quite a few additional updates in this release. [...]]]></description>
			<content:encoded><![CDATA[<p>This first <a href="http://web.mac.com/npirzkal/Scisoft/Scisoft.html">Scisoft OSX</a> release of 2009 has appeared. Despite the brief entry on the VersionTracker website which said that this update rolled in the recently released STSDAS and TABLES IRAF package updates. from reviewing the <code>CONTENTS</code> file distributed with the install, I found Nor Pirzkal made quite a few additional updates in this release. The changes from <a href="http://iparrizar.mnstate.edu/~juan/urania/2008/09/23/scisoft-osx-intel-200891-released/">Scisoft OSX 2008.9.1</a> are:</p>
<ul>
<li><a href="http://www.eclipse.org/">Eclipse</a> 5.0.0 has been added to the distribution. Eclipse is an Integrated Development Environment (IDE) for programming. I don&#8217;t find it to be terribly useful, and in fact find it fairly awful in its implementation for IDL, but I am sure there are many people who disagree (enough to foster development of five major versions of it).</li>
<li><a href="http://www.gnuplot.info/">Gnuplot</a> has been updated to version 4.2.5 from 4.2.3</li>
<li><a href="http://astromatic.iap.fr/software/eye/">Eye</a> 1.4.1 has been added to the distribution. Eye is a program designed to allow you to use an artificial neural network to construct SExtractor filters for &#8220;adaptive filtering, feature detection and cosmetic corrections.&#8221;</li>
<li><a href="http://astromatic.iap.fr/software/swarp/">Swarp</a> was updated to 2.17.6 from 2.17.1</li>
<li><a href="http://astromatic.iap.fr/software/weightwatcher/">WeightWatcher</a> was updated to 1.8.10 from 1.8.7</li>
<li>The <a href="http://www.python.org/">Python</a> distribution was updated to version 2.5.4 from 2.5.2 and the following python packages were updated:
<ul>
<li><a href="http://ipython.scipy.org/moin/">ipython</a> updated to 0.9.1 from 0.8.4</li>
<li><a href="http://numpy.scipy.org/">Numpy</a> updated to 1.3 from 1.1.1</li>
<li><a href="http://www.stsci.edu/resources/software_hardware/pyfits">pyfits</a> updated to 2.1.1 from 1.1 (or this could be a typo in the old CONTENTS)</li>
<li><a href="http://matplotlib.sourceforge.net/">matplotlib</a> updated to 0.98.5.2 from 0.98.3</li>
<li><a href="http://www.stsci.edu/resources/software_hardware/pyraf">pyraf</a> updated to 1.7.1 from 1.6</li>
<li><a href="http://www.stsci.edu/resources/software_hardware/pyraf/stsci_python">stsci_python</a> updated to 2.8 from 2.6</li>
<li><a href="http://www.stecf.org/software/PYTHONtools/astroasciidata/">AstroAsciiData</a> updated to 1.1 from 1.0</li>
<li><a href="http://www.scipy.org/">scipy</a> updated to 0.7.0 from 0.6.0</li>
</ul>
</li>
<li>The <a href="http://www.stsci.edu/resources/software_hardware/stsdas">STSDAS</a> and <a href="http://www.stsci.edu/resources/software_hardware/stsdas">TABLES</a> <a href="http://www.iraf.net/">IRAF</a> packages were updated to version 3.10 from 3.08</li>
<li><a href="http://www.fftw.org/">fftw</a> library version 3.2.1 added. This will be useful to me since we have been using fftw in the computational physics class I have been teaching this semester.</li>
<li>I noticed the <a href="http://sourceforge.net/projects/aquaterm/">Aquaterm.app</a> application (used for graphics display by PGPLOT and Gnuplot) is now pre-installed in <code>/Applications/scisoft/i386/Applications/</code>.</li>
</ul>
<p>Some minor glitches I have noticed in this distribution</p>
<ol>
<li><strong>Permission Problems Persist:</strong> When the installer installs Scisoft OSX, it appears that a bug in Apple’s Installer program triggers a change in ownership of the /Applications directory to that of the second user on the system. I strongly suggest checking the ownership of the /Applications directory afterward and if isn’t owned by an administrative user, set it as such using: <code>sudo chown username:admin /Applications</code> (where “username” is the primary administrator&#8217;s username, in most cases, your username) to perform the repair. I know Nor spent a bit of time trying to resolve this without success last summer, so its a glitch that will probably persist.</li>
<li><strong>Older SAOImage DS9 included:</strong> I noticed that the <a href="http://hea-www.harvard.edu/RD/ds9/">SAOImage DS9</a> distributed with this version of Scisoft OSX is version 5.3b, whereas the current version is 5.6.1, so I manually installed the current ds9 command line binary into <code>/Applications/scisoft/i386/bin/</code> and the current Aqua application into <code>/Applications/scisoft/i386/Applications/</code> and everything is working fine there.</li>
<li><strong>HEASARC fv.app not installed</strong>: The <code>fv.app</code> application in the <code>/Applications/scisoft/i386/Applications/</code> is actually a second copy of <code>studenthera.app</code>, misnamed. Not sure how that happened, but I manually installed the current version of <a href="http://heasarc.gsfc.nasa.gov/ftools/fv">HEASARC fv.app</a> there without an issue.</li>
</ol>
<p>All in all, a bunch of small updates, but it gets the package mostly up-to-date again. The current version of Scisoft OSX is available for download from the <a href="http://web.mac.com/npirzkal/Scisoft/Scisoft.html">Scisoft OSX</a> website, but I have made the package available on my <a href="http://iparrizar.mnstate.edu/~juan/urania/scisoft-osx-download/">Scisoft OSX mirror</a> as well, in case it is faster for people.</p>
]]></content:encoded>
			<wfw:commentRss>http://iparrizar.mnstate.edu/~juan/urania/2009/05/15/scisoft-osx-200952-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAOImage DS9 5.3 released (fixes Leopard Firewall issues)</title>
		<link>http://iparrizar.mnstate.edu/~juan/urania/2008/10/15/saoimage-ds9-53-released-fixes-leopard-firewall-issues/</link>
		<comments>http://iparrizar.mnstate.edu/~juan/urania/2008/10/15/saoimage-ds9-53-released-fixes-leopard-firewall-issues/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 21:46:48 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[Astronomical Software]]></category>
		<category><![CDATA[MacOS X]]></category>
		<category><![CDATA[MacOS X Annoyances]]></category>
		<category><![CDATA[SciSoft OSX]]></category>

		<guid isPermaLink="false">http://iparrizar.mnstate.edu/~juan/urania/2008/10/15/saoimage-ds9-53-released-fixes-leopard-firewall-issues/</guid>
		<description><![CDATA[The folks at the SAO have finally released a version of SAOImage DS9 (version 5.3) that plays well with the current version of the MacOS Firewall (as of MacOS 10.5.5) . Here are the links to the downloadable Mac-related SAOImage files

Aqua 10.4 Tiger (Universal)
Aqua 10.5 Leopard (Universal)
X11 10.4 Tiger (Universal)
X11 10.5 Leopard (Universal)
X11 10.5 Leopard [...]]]></description>
			<content:encoded><![CDATA[<p>The folks at the <a href="http://cfa-www.harvard.edu/sao/">SAO</a> have finally released a version of <a href="http://hea-www.harvard.edu/saord/ds9/">SAOImage DS9</a> (version 5.3) that plays well with the current version of the MacOS Firewall (as of MacOS 10.5.5) . Here are the links to the downloadable Mac-related SAOImage files</p>
<ul>
<li><a href="http://hea-www.harvard.edu/saord/ds9/">Aqua 10.4 Tiger (Universal)</a></li>
<li><a href="http://hea-www.harvard.edu/saord/ds9/">Aqua 10.5 Leopard (Universal)</a></li>
<li><a href="http://hea-www.harvard.edu/saord/ds9/">X11 10.4 Tiger (Universal)</a></li>
<li><a href="http://hea-www.harvard.edu/saord/ds9/">X11 10.5 Leopard (Universal)</a></li>
<li><a href="http://hea-www.harvard.edu/saord/ds9/">X11 10.5 Leopard (Universal) with Firewall</a></li>
</ul>
<p>To quote the release notes on the SAOImage DS9 website, the changes in the newly released version 5.3 are</p>
<blockquote><p>
  <strong>Regions:</strong> Regions now support a centroid function. The centroid function can be manually invoked or regions can automatically snap to a centroid when moved or edited. Regions now have a DASH line property.<br />
  <strong><br /></strong> <strong>Colorbar:</strong> Now supports a vertical colorbar layout option, via the View Menu. Users can configure the font type and size of the colorbar, via the View Menu.</p>
<p>  <strong>GUI:</strong> Now supports a vertical button bar, when in vertical layout mode.</p>
<p>  <strong>Aqua MacOSX 10.5 firewall:</strong> The MacOSX Aqua 10.5 Leopard port of DS9 can be used with the MacOSX 10.5 firewall enabled.</p>
<p>  <strong>X11 MacOSX 10.5:</strong> There are now two versions available for X11 MacOSX 10.5 Leopard. The non-firewall version is recommended for all unless you wish to enable the 10.5 firewall. [<strong>Juan's Note:</strong> While not stating this, they mean specifically the application-specific version of the MacOS firewall. <a href="http://iparrizar.mnstate.edu/~juan/urania/2008/04/22/saoimage-ds9-versus-leopard-firewall/">See my notes on this problem here</a>.] In that case, please use the firewall enabled version. <em><strong>Please note:</strong></em> this version consist of 2 files, <code>ds9</code> and <code>ds9.zip</code>. It is very important that ds9.zip be placed in the same directory as the ds9 binary at all times.</p>
<p>  <strong>Contours:</strong> Contours now have a DASH line option.
</p></blockquote>
<p>I have previously posted notes for <a href="http://iparrizar.mnstate.edu/~juan/urania/2008/04/06/scisoft-osx-200831-installation-notes/">integrating upgrades of DS9 into the Scisoft OS X installation</a> and they still work just fine except that newer releases of Scisoft OS X place the binaries in <code>/Applications/scisoft/i386/bin/</code> instead of <code>/scisoft/i386/bin/</code> and if you are installing the X11 binary that is compatible with the firewall, you have to install both the <code>ds9</code> and <code>ds9.zip</code> file in the <code>bin/</code> directory of Scisoft OSX.</p>
]]></content:encoded>
			<wfw:commentRss>http://iparrizar.mnstate.edu/~juan/urania/2008/10/15/saoimage-ds9-53-released-fixes-leopard-firewall-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scisoft OSX Intel 2008.9.1 released</title>
		<link>http://iparrizar.mnstate.edu/~juan/urania/2008/09/23/scisoft-osx-intel-200891-released/</link>
		<comments>http://iparrizar.mnstate.edu/~juan/urania/2008/09/23/scisoft-osx-intel-200891-released/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 19:13:47 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[Astronomical Software]]></category>
		<category><![CDATA[IRAF]]></category>
		<category><![CDATA[SciSoft OSX]]></category>

		<guid isPermaLink="false">http://iparrizar.mnstate.edu/~juan/urania/2008/09/23/scisoft-osx-intel-200891-released/</guid>
		<description><![CDATA[Scisoft OSX Intel 2008.9.1 was released yesterday. Nor noted in his blog post about it that this is a bug fix release that

  should resolve a few outstanding problems created when changing the location of scisoft from /scisoft to /Applications/scisoft/. Packages such as MIDAS and Gnuplot should now work properly.
  This version removes [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://web.mac.com/npirzkal/Scisoft/News/Entries/2008/9/22_Scisoft_OSX_Intel_2008.9.1_Released.html">Scisoft OSX Intel 2008.9.1</a> was released yesterday. Nor noted in his blog post about it that this is a bug fix release that</p>
<blockquote><p>
  should resolve a few outstanding problems created when changing the location of scisoft from <code>/scisoft</code> to <code>/Applications/scisoft/</code>. Packages such as MIDAS and Gnuplot should now work properly.</p>
<p>  This version removes some remaining dependencies on the HPC OSX compilers, which I had on my machine but which most users do not have (and do not want to have).
</p></blockquote>
<p>I compared the <code>/Application/scisoft/i386/Packages</code> directory from this release of Scisoft OSX to the last one and there are no new packages installed. The few <a href="http://iparrizar.mnstate.edu/~juan/urania/2008/08/27/scisoft-osx-200881-released/">issues I noted with the Scisoft OSX 2008.8.1</a> release all appear to still be valid. Notably:</p>
<ol>
<li><strong>Permission Problems Persist:</strong> When the installer installs <code>/Applications/scisoft</code>, it appears that a bug in Apple&#8217;s Installer program triggers a change in ownership of the <code>/Applications</code> directory to that of the second user on the system. I strongly suggest checking the ownership of the <code>/Applications</code> directory afterward and if isn&#8217;t owned by an administrative user, set it as such using:<br />
  <pre><pre>
sudo chown username:admin /Applications
</pre></pre><br />
  (where &#8220;<code>username</code>&#8221; is the primary administrative users username, in most cases, your username) to perform the repair.</li>
<li><strong>ds9 command line executable missing:</strong> This release has the same glitch I noticed in version 2008.8.1 in that <code>/Applications/scisoft/i386/bin</code> doesn&#8217;t appear to have a ds9 binary installed. You can fix this by installing <a href="http://hea-www.harvard.edu/RD/ds9/beta.html">the X11 version of ds9</a> there or by linking to the Aqua version of ds9 that was installed using the command line<br />
<pre><pre>
ln -s &quot;/Applications/scisoft/i386/Applications/SAOImage DS9.app/Contents/MacOS/ds9&quot; /Applications/scisoft/i386/bin/ds9</pre></pre></li>
</ol>
<p>I have placed a copy of this release in <a href="http://iparrizar.mnstate.edu/~juan/urania/scisoft-osx-download/">my Scisoft OSX Mirror</a> in case the main Scisoft OSX repository gets bogged down.</p>
]]></content:encoded>
			<wfw:commentRss>http://iparrizar.mnstate.edu/~juan/urania/2008/09/23/scisoft-osx-intel-200891-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scisoft OSX 2008.8.1 released</title>
		<link>http://iparrizar.mnstate.edu/~juan/urania/2008/08/27/scisoft-osx-200881-released/</link>
		<comments>http://iparrizar.mnstate.edu/~juan/urania/2008/08/27/scisoft-osx-200881-released/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 18:09:01 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[Astronomical Software]]></category>
		<category><![CDATA[MacOS X]]></category>
		<category><![CDATA[MacOS X Annoyances]]></category>
		<category><![CDATA[SciSoft OSX]]></category>

		<guid isPermaLink="false">http://iparrizar.mnstate.edu/~juan/urania/2008/08/27/scisoft-osx-200881-released/</guid>
		<description><![CDATA[Scisoft OSX Intel 2008.8.1 was released about a week ago. I have been working with Nor Pirzkal for the last few months beta-testing this version and trying to make sure my concerns about the previous version were addressed. Nor&#8217;s blog post about the update states

  There are a few changes in this version and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://web.mac.com/npirzkal/Scisoft/News/Entries/2008/8/18_Scisoft_OSX_Intel_2008.8.1_Released.html">Scisoft OSX Intel 2008.8.1</a> was released about a week ago. I have been working with Nor Pirzkal for the last few months beta-testing this version and trying to make sure my concerns about the previous version were addressed. Nor&#8217;s blog post about the update states</p>
<blockquote>
  There are a few changes in this version and all packages have been updated to the latest available versions. Starting with this version, Scisoft is installed in <code>/Applications/scisoft</code> (it previously was installed in <code>/scisoft</code>). Make sure that you remove any old <code>/scisoft</code> installation and properly update your startup files to source the <code>Setup.csh</code> or <code>Setup.bash</code> from their new locations.
</blockquote>
<p>In the README file you are told<br /></p>
<blockquote>
  Once the collection is successfully installed csh and tcsh users should invoke the command:<br /> <br />
  <code>source /Applications/scisoft/all/bin/Setup.csh</code><br />
  <br />
  to gain access to all the software and configure their environment correctly.<br />
  <br />
  Users of the &#8220;bash&#8221; shell should instead use:<br /><br/>
  <code>. /Applications/scisoft/all/bin/Setup.bash</code>
</blockquote>
<p>Personally, to avoid problems in tcsh with a script breaking or with modifying my PATH multiple times by repeated execution of the <code>Setup.csh</code> script, I use the following line in my <code>.tcshrc</code> to first check for the existence of the <code>Setup.csh</code> script and SCISOFT environmental variables before executing it.<br />
<pre><code>if (! $?SCISOFT) then
test -r /Applications/scisoft/all/bin/Setup.csh &amp;&amp; source /Applications/scisoft/all/bin/Setup.csh
endif</code></pre></p>
<p><strong>Permission Problems Persist</strong><br />
This version addresses all the issues <a href="http://iparrizar.mnstate.edu/~juan/urania/2008/05/28/scisoft-osx-200851-released-with-my-installation-notes/">I noticed with Scisoft OSX 2008.5.1</a> except for one annoying one, the reassignment of ownership of the enclosing directory on installation. If you installed the old version of Scisoft OSX, it would reassign ownership of the root (/) directory to the second user on the system (in my case, since their is none, it showed the user as &#8220;502&#8243;). I beta-tested various versions of Scisoft OSX but Nor was not able to stamp out this particular problem. I believe Nor has come to the conclusion after extensive testing that this is a problem with Apple&#8217;s software for constructing installer packages. By moving the Scisoft OSX installation to <code>/Applications/scisoft</code>, it is the <code>/Applications</code> directory that gets its ownership changed instead of the root directory, which is less damaging. However, I would strongly suggest checking the ownership of the /Applications directory afterward and if isn&#8217;t owned by an administrative user, set it as such using:<br/><br/><code>sudo chown username:admin /Applications</code><br /><br />
(where &#8220;<code>username</code>&#8221; is the primary administrative users username, in most cases, your username) to perform the repair.</p>
<p><strong>A Quick-Fix for any Legacy Scisoft-related scripts</strong><br />
If you had a few scripts that relied on Scisoft OSX being located in /scisoft and you don&#8217;t want to edit them all is you can make <code>/scisoft</code> point to <code>/Applications/scisoft</code>. This can be accomplished by first moving the old version of Scisoft OSX before installing 2008.8.1 via the command line:<br /></p>
<p><code>sudo mv /scisoft /scisoft_old</code></p>
<p>and then once you have installed the new Scisoft OSX in 2008.8.1, create a symbolic link from the old location to the new by typing (again from the command line)</p>
<p><code>sudo ln -s /Applications/scisoft /scisoft</code></p>
<p>This will allow any scripts that refer to items in <code>/scisoft</code> to continue to work for the most part.</p>
<p><strong>What&#8217;s New?<br /></strong>An investigation of the <code>/Application/scisoft/i386/Packages</code> directory as well as the <code>NEWS</code> file reveals the following changes to this version of SciSoft OSX over the 2008.5.1 version.</p>
<ul>
  <li><a href="http://hea-www.harvard.edu/RD/ds9/">DS9</a> updated from 5.1 to 5.3beta<br /></li>

  <li><a href="http://heasarc.gsfc.nasa.gov/docs/software/ftools/fv/">FV</a> updated from 5.1 to 5.2.1</li>

  <li><a href="http://math-atlas.sourceforge.net/">ATLAS</a> updated to version 3.8.2<a href="http://en.wikipedia.org/wiki/Pango"></a></li>

  <li><a href="http://www.eso.org/esomidas">MIDAS</a> updated to 08FEBpl1.1<a href="http://cdsweb.u-strasbg.fr/doc/cdsclient.html"></a></li>

  <li><a href="http://cdsweb.u-strasbg.fr/doc/cdsclient.html">cdsclient</a> was updated to version 2.87</li>

  <li><a href="http://www.opengroup.org/openmotif/">OpenMotif</a> updated to 2.1.32_compat<a href="http://heasarc.nasa.gov/docs/software/fitsio/c/c_user/cfitsio.html"></a></li>

  <li><a href="http://heasarc.nasa.gov/docs/software/fitsio/c/c_user/cfitsio.html">cfitsio</a> library updaed from 3.090 to 3.090 (the current version is 3.100)<a href="http://en.wikipedia.org/wiki/Pango"></a></li>

  <li><a href="http://en.wikipedia.org/wiki/Pango">pango</a> library updated from version 1.20.2 to 1.21.3</li>

  <li><a href="http://lwn.net/Articles/285442/">pixman</a> library updated from 0.10.0 to 0.11.2<br /></li>

  <li><a href="http://expat.sourceforge.net/">expat</a> library updated from 2.0.0 to 2.0.1<br /></li>

  <li><a href="http://www.fontconfig.org/">fontconfig</a> library updated from 2.3.2 to 2.6.0<a href="http://www.gnu.org/software/gettext/"></a></li>

  <li><a href="http://www.freetype.org/">freetype</a> library updated from 2.2.1 to 2.3.6</li>

  <li><a href="http://www.gnu.org/software/gettext/">gettext</a> library updated from 0.14.5 to 0.17<a href="http://www.freedesktop.org/software/pkgconfig/"></a></li>

  <li><a href="http://www.gtk.org/">gtk+</a> updated from 2.12.9 to 2.12.10</li>

  <li><a href="http://www.libpng.org/pub/png/libpng.html">libpng</a> library updated from 1.2.10 to 1.2.29</li>

  <li><a href="http://www.unidata.ucar.edu/software/netcdf/">netCDF</a> library version 3.6.2 added</li>

  <li><a href="http://www.freedesktop.org/software/pkgconfig/">pkg-config</a> updated from 0.20 to 0.23</li>

  <li><a href="http://www.tcl.tk/software/tcltk/">TclTk</a> package updated from 8.4.13 to 8.4.19</li>

  <li><a href="http://tdc-www.harvard.edu/wcstools/">wcstools</a> library updated from 3.6.4 to 3.7.3 (current version is 3.7.5)</li>

  <li>IRAF package <a href="http://tdc-www.harvard.edu/iraf/rvsao/">rvsao</a> updated t version 2.5.7 to 2.6.4</li>

  <li><a href="http://www.python.org/">Python</a> was updated to 2.5.2 and the following <a href="http://www.python.org/">Python</a> libraries were updated:<br /></li>

  <li style="list-style: none">
    <ul>
      <li><a href="http://www.pygtk.org/">ScientificPython</a> updated to 2.6.1</li>
    </ul>
  </li>
</ul>
<p><strong>Minor Glitches<br /></strong> The only other minor glitch I noticed was that <code>/Applications/scisoft/i386/bin</code> doesn&#8217;t appear to have a ds9 binary installed. You can fix this by installing the X11 version of ds9 there or by linking to the Aqua version of ds9 that was installed using the command line</p>
<pre>ln -s &quot;/Applications/scisoft/i386/Applications/SAOImage DS9.app/Contents/MacOS/ds9&quot; /Applications/scisoft/i386/bin/ds9</pre>]]></content:encoded>
			<wfw:commentRss>http://iparrizar.mnstate.edu/~juan/urania/2008/08/27/scisoft-osx-200881-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Scisoft OSX mirror fixed</title>
		<link>http://iparrizar.mnstate.edu/~juan/urania/2008/07/10/scisoft-osx-mirror-fixed/</link>
		<comments>http://iparrizar.mnstate.edu/~juan/urania/2008/07/10/scisoft-osx-mirror-fixed/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 15:47:55 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[Astronomical Software]]></category>
		<category><![CDATA[SciSoft OSX]]></category>

		<guid isPermaLink="false">http://iparrizar.mnstate.edu/~juan/urania/2008/07/10/scisoft-osx-mirror-fixed/</guid>
		<description><![CDATA[When I moved the my Scisoft OSX mirror to a new server, I messed up the permissions on the files, preventing users from downloading the Scisoft OSX packages from the mirror. This has now been fixed.
]]></description>
			<content:encoded><![CDATA[<p>When I moved the my <a href="http://iparrizar.mnstate.edu/~juan/urania/scisoft-osx-download/">Scisoft OSX mirror</a> to a new server, I messed up the permissions on the files, preventing users from downloading the <a href="http://web.mac.com/npirzkal/Scisoft/Scisoft.html">Scisoft OSX</a> packages from the <a href="http://iparrizar.mnstate.edu/~juan/urania/scisoft-osx-download/">mirror</a>. This has now been fixed.</p>
]]></content:encoded>
			<wfw:commentRss>http://iparrizar.mnstate.edu/~juan/urania/2008/07/10/scisoft-osx-mirror-fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SciSoft OSX 2008.5.1 Released (with my installation notes)</title>
		<link>http://iparrizar.mnstate.edu/~juan/urania/2008/05/28/scisoft-osx-200851-released-with-my-installation-notes/</link>
		<comments>http://iparrizar.mnstate.edu/~juan/urania/2008/05/28/scisoft-osx-200851-released-with-my-installation-notes/#comments</comments>
		<pubDate>Wed, 28 May 2008 18:19:05 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[Astronomical Software]]></category>
		<category><![CDATA[IRAF]]></category>
		<category><![CDATA[SciSoft OSX]]></category>

		<guid isPermaLink="false">http://iparrizar.mnstate.edu/~juan/urania/2008/05/28/scisoft-osx-200851-released-with-my-installation-notes/</guid>
		<description><![CDATA[SciSoft OSX Intel 2008.5.1 was released today. Nor&#8217;s blog post about the update states
The latest update to Scisoft OSX is now available. This includes an update to Pyraf (v. 1.6), GSL, pygsl, Gunplot, and a few backend libraries.
I went ahead and decided to install it today to investigate the improvements. As is usually my procedure, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://web.mac.com/npirzkal/Scisoft/News/Entries/2008/5/28_Scisoft_OSX_Intel_2008.5.1_Released.html">SciSoft OSX Intel 2008.5.1</a> was released today. Nor&#8217;s blog post about the update states</p>
<blockquote><p>The latest update to Scisoft OSX is now available. This includes an update to Pyraf (v. 1.6), GSL, pygsl, Gunplot, and a few backend libraries.</p></blockquote>
<p>I went ahead and decided to install it today to investigate the improvements. As is usually my procedure, I first moved the directory containing my functional SciSoft OSX install temporarily out of the way via the command line:</p>
<p><code>sudo mv /scisoft /scisoft_old</code></p>
<p>Having done that I double-clicked on the installer package and let it do its thing, installing everything in the <code>/scisoft</code> directory. I poked around a bit an realized almost immediately that <code>/scisoft/i386/Applications</code> directory was empty! This one is kind of a show stopper as it means DS9 and FV are unavailable. I copied the files back from the previous installation without too much of a hitch. I did check, the installer package file with <a href="http://www.charlessoft.com/">Pacifist</a> and it does appear to contain those files in it, so I am not sure why they didn&#8217;t appear to install. I hope this is an isolated incident and not a recurring issue with the installer.</p>
<p>Other minor glitches I noticed:</p>
<ul>
<li>I discovered that <code>/scisoft/i386/Packages</code>, <code>/scisoft/NEWS</code> and <code>/scisoft/i386/share</code> are set to have owner 502:502 instead of root:admin. This glitch is easily fixed by issuing the following command from the Terminal<br />
<pre>sudo chown -R root:admin /scisoft/</pre>
</li>
<li>I also noticed that in addition to the <code>x11iraf-1.5DEV</code> installation, the entire <code>x11iraf-1.3.2</code> installation is still sitting in the <code>/scisoft/i386/Packages</code> directory. All the <a href="http://iraf.net/ftp/iraf/x11iraf/">x11iraf</a> binaries in <code>/scisoft/i386/bin/</code> are linked to <code>x11iraf-1.5DEV</code> instead of the older 1.3.2 binaries. I suspect this is an oversight.</li>
</ul>
<p>An investigation of the <code>/scisoft/i386/Packages</code> directory as well as the <code>NEWS</code> file reveals the following changes to this version of SciSoft OSX over the 2008.3.1 version.</p>
<ul>
<li><a href="http://www.gnu.org/software/gsl/">GSL</a> updated from 1.9 to 1.11</li>
<li><a href="http://hea-www.harvard.edu/RD/ds9/">DS9</a> updated from 4.13 to 5.1 (<a href="http://iparrizar.mnstate.edu/~juan/urania/2008/04/19/ds9-version-52-released/">The current version of SAOImage DS9 is actually version 5.2</a>, you can read about how to update the SciSoft version of DS9 <a href="http://iparrizar.mnstate.edu/~juan/urania/2008/04/06/scisoft-osx-200831-installation-notes/">in this post</a>)</li>
<li><a href="http://www.gnuplot.info/">GNUPlot</a> updated from 4.0.0 to 4.2.3</li>
<li><a href="http://terapix.iap.fr/rubrique.php?id_rubrique=49">Swarp</a> updated from version 2.15.7 to 2.17.1</li>
<li><a href="http://terapix.iap.fr/rubrique.php?id_rubrique=200">WeightWatcher</a> updated from version 1.7 to 1.8.7</li>
<li><a href="http://www.stsci.edu/resources/software_hardware/pyraf">pyraf</a> updated from version 1.3 to version 1.6</li>
<li>The following <a href="http://www.python.org/">Python</a> libraries were updated:</li>
<li style="list-style: none">
<ul>
<li><a href="http://www.pygtk.org/">pygtk</a> updated from 2.8.6 to 2.12.1</li>
<li><a href="http://matplotlib.sourceforge.net/">matplotlib</a> updated from 0.90 to 0.91.2</li>
</ul>
</li>
<li><a href="http://en.wikipedia.org/wiki/Accessibility_Toolkit">atk</a> library updated from 1.10.3 to 1.22.0</li>
<li><a href="http://www.cairographics.org/">cairo</a> library updated from 1.1.6 to 1.6.4</li>
<li><a href="http://heasarc.nasa.gov/docs/software/fitsio/c/c_user/cfitsio.html">cfitsio</a> library updaed from 3.040 to 3.080</li>
<li><a href="http://en.wikipedia.org/wiki/GLib">glib</a> library updated from 2.8.6 to 2.16.3</li>
<li><a href="http://en.wikipedia.org/wiki/GLib">glib</a>-1.2.10 library added as well (possibly for a particular package needing older version of library)</li>
<li><a href="http://en.wikipedia.org/wiki/Gtk%2B">gtk+</a> library updated from 2.8.19 to 2.12.9</li>
<li><a href="http://en.wikipedia.org/wiki/Gtk%2B">gtk+</a>-1.2.10 library added as well (possibly for a particular package needing older version of library)</li>
<li><a href="http://en.wikipedia.org/wiki/Pango">pango</a> library updated from version 1.10.4 to 1.20.2</li>
<li><a href="http://lists.freedesktop.org/archives/xorg-announce/2008-March/000529.html">pixman</a> 0.10.0 library added</li>
<li><a href="http://www.libtiff.org/">libtiff</a> library upgraded from 3.7.4 to 3.8.2</li>
</ul>
<p>Hats off to the <a href="http://web.mac.com/npirzkal/Scisoft/Scisoft.html">SciSoft OSX</a> folks for keeping this package up to date. I have placed a copy in my <a href="http://iparrizar.mnstate.edu/~juan/urania/scisoft-osx-download/">SciSoft OSX mirror</a> in case there are any access issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://iparrizar.mnstate.edu/~juan/urania/2008/05/28/scisoft-osx-200851-released-with-my-installation-notes/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>DS9 version 5.2 released</title>
		<link>http://iparrizar.mnstate.edu/~juan/urania/2008/04/19/ds9-version-52-released/</link>
		<comments>http://iparrizar.mnstate.edu/~juan/urania/2008/04/19/ds9-version-52-released/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 16:29:42 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[Astronomical Software]]></category>
		<category><![CDATA[IRAF]]></category>
		<category><![CDATA[SciSoft OSX]]></category>
		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://iparrizar.mnstate.edu/~juan/urania/2008/04/19/ds9-version-52-released/</guid>
		<description><![CDATA[[See my more recent post warning about MacOS X Firewall settings and how they can destroy the SAOImage DS9 executable during its first launch! This problem is avoidable by tweaking the Firewall settings, but once you have launched SAOImage DS9 with the bad settings, the application is damaged can can't be relaunched again. A reinstallation [...]]]></description>
			<content:encoded><![CDATA[<p><strong>[See my more</strong> <a href="http://iparrizar.mnstate.edu/~juan/urania/2008/04/22/saoimage-ds9-versus-leopard-firewall/"><strong>recent post warning about MacOS X Firewall settings</strong></a> <strong>and how they can destroy the SAOImage DS9 executable during its first launch! This problem is avoidable by tweaking the Firewall settings, but once you have launched SAOImage DS9 with the bad settings, the application is damaged can can't be relaunched again. A reinstallation is the only solution, so it is a good idea to avoid this problem.]</strong></p>
<p>The folks in Cambridge have kept busy. They have released <a href="http://hea-www.harvard.edu/RD/ds9/"><span class="caps">SAOI</span>mage <span class="caps">DS9</span> version 5.2</a>. The versions for MacOS X include the following:</p>
<ul>
<li><a href="http://hea-www.harvard.edu/saord/ds9/">Aqua 10.4 Tiger (Universal)</a></li>
<li><a href="http://hea-www.harvard.edu/saord/ds9/">Aqua 10.5 Leopard (Universal)</a></li>
<li><a href="http://hea-www.harvard.edu/saord/ds9/"><span class="caps">X11</span> 10.4 Tiger (Universal)</a></li>
<li><a href="http://hea-www.harvard.edu/saord/ds9/"><span class="caps">X11</span> 10.5 Leopard (Universal)</a></li>
</ul>
<p>The rather extensive changes are detailed in the <a href="http://hea-www.harvard.edu/RD/ds9/release/r5.0.html">release notes here,</a> but the notable ones to me include:</p>
<ul>
<li><strong><span class="caps">ANALYSIS</span>:</strong> for MacOSX tiger, wrap cmds with shell and <span class="caps">PATH.</span></li>
<li><strong><span class="caps">GUI</span>:</strong> change default directory for standard dialog to $HOME.</li>
<li><strong><span class="caps">ANALYSIS</span>:</strong> add <code>/sw/bin</code> to default path for MacOSX. <span style="font-style: italic;">While unstated in the release notes, this is clearly an attempt to support <a href="http://fink.sf.net/">Fink</a>, which places its installation in the</span> <span style="font-style: italic;"><code>/sw</code> directory.</span></li>
<li><strong><span class="caps">GUI</span>:</strong> ds9 will now start in the users home directory for MacOSX Aqua users when invoked from a double click and the default dialog box is Motif or Windows.</li>
<li><strong><span class="caps">MACOSX</span>:</strong> fixed a problem with printing non standard colors.</li>
<li><strong><span class="caps">MACOSX</span>:</strong> restore postscript printing.</li>
<li><strong><span class="caps">REGIONS</span>:</strong> apply <span class="caps">WCS</span> to fits regions if present.</li>
<li><strong><span class="caps">GUI</span>:</strong> add support for user configured button bar.</li>
<li><strong><span class="caps">CATALOGS</span>:</strong> add support for <a href="http://simbad.u-strasbg.fr/">simbad</a>.</li>
<li><strong><span class="caps">IMEXAMINE</span>:</strong> added support for key stroke events.</li>
<li>Although unstated in their release notes, they are now apparently providing universal binaries instead of <span class="caps">PPC</span> and Intel binaries for MacOS X.</li>
</ul>
<p>I have previously posted notes for <a href="http://iparrizar.mnstate.edu/~juan/urania/2008/04/06/scisoft-osx-200831-installation-notes/">integrating upgrades of <span class="caps">DS9</span> into the Scisoft OS X installation</a> and they still work just fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://iparrizar.mnstate.edu/~juan/urania/2008/04/19/ds9-version-52-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SciSoft OSX 2008.3.1 Installation Notes</title>
		<link>http://iparrizar.mnstate.edu/~juan/urania/2008/04/06/scisoft-osx-200831-installation-notes/</link>
		<comments>http://iparrizar.mnstate.edu/~juan/urania/2008/04/06/scisoft-osx-200831-installation-notes/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 15:18:11 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[Astronomical Software]]></category>
		<category><![CDATA[SciSoft OSX]]></category>

		<guid isPermaLink="false">http://iparrizar.mnstate.edu/~juan/urania/2008/04/06/scisoft-osx-200831-installation-notes/</guid>
		<description><![CDATA[As noted in my last blog post, SciSoft OSX Intel 2008.3.1 was released a few days ago. While I am Cerro Tololo, last night was our &#8220;training night&#8221; on the instrument, so I did get a decent night of sleep, so I decided to take some time and see what is in this new SciSoft [...]]]></description>
			<content:encoded><![CDATA[As noted in my last blog post, SciSoft OSX Intel 2008.3.1 was released a few days ago. While I am <a href="http://www.ctio.noao.edu/">Cerro Tololo</a>, last night was our &#8220;training night&#8221; on the instrument, so I did get a decent night of sleep, so I decided to take some time and see what is in this new SciSoft OSX Intel 2008.3.1 package in detail. Because I didn&#8217;t want to lose my functional version of SciSoft OSX, especially during an observing run, I first moved the directory containing my functional SciSoft OSX install temporarily out of the way via the command line:

<code>sudo mv /scisoft /scisoft_old</code>

Having done that I double-clicked on the installer package and let it do its thing, installing everything in the <code>/scisoft</code> directory. According the <code>CONTENTS</code> file at the top level of the <code>/scisoft</code> directory, the main changes were
<ul>
	<li>If you have <a href="http://www.astro.princeton.edu/~rhl/sm/">SuperMongo (SM)</a>, you can request the new version. It has jumped from version SM 2.4.16 to SM 2.4.26. I don&#8217;t have a license for SuperMongo, so I can&#8217;t report much beyond this. This version of SM has Aquaterm support.</li>
	<li><a href="http://heasarc.nasa.gov/lheasoft/ftools/fv/">FV</a>, the FITS file viewer, was updated to version 5.1 from version 4.4 (they changed numbering conventions, I think). The CONTENTS file accidentally lists it as version 1.1.</li>
	<li><a href="http://numpy.scipy.org/">Numpy</a> (which is used in PyRAF extensively) was updated from version 1.0.3 to the current version 1.0.4.</li>
	<li><a href="http://www.stsci.edu/resources/software_hardware/pyraf/stsci_python/ReleaseNotes/releasenotes.2.6">stsci_python</a> (which is also used in PyRAF extensively) went from version 2.5 to the current version 2.6.</li>
	<li>The <code>mkiraf</code> command line program that creates user&#8217;s IRAF directories appears to have been fixed for c-shell users. <a href="http://web.mac.com/npirzkal/Scisoft/News/Entries/2008/2/25_mkiraf_fails.html">The bug (along with a fix) had been noted by Nor Pirzkal on his blog</a>, so I am not surprised it was rolled into this release.</li>
	<li>The IRAF external packages <a href="http://www.stsci.edu/resources/software_hardware/stsdas/relnotes/stsdas38_rel_notes">STSDAS</a> and <a href="http://www.stsci.edu/resources/software_hardware/tables">TABLES</a> when from version 3.7 to current version 3.8. The change in STSDAS includes a new package for processing WFC3 data (since I don&#8217;t use <a href="http://www.stsci.edu/hst/">HST</a>, I&#8217;m not that excited at the moment by this change, but I am sure someone is).</li>
	<li>The <a href="http://www.eso.org/sci/data-processing/software/esomidas/">ESO-MIDAS version</a> is listed as unchanged from the last release of SciSoft OSX, although the release notes just noted that &#8220;[t]his version includes a recompiled version of MIDAS (which was not tested under 10.4)&#8221;. The installed version is listed as 07FEBpl1.1 whereas the current version is 08FEBpl1.1.</li>
	<li>The version of <a href="http://hea-www.harvard.edu/RD/ds9/">DS9</a> included with this install of SciSoft is the current version 5.1 Aqua. This replaces the X11-based version previously included. I haven&#8217;t checked to see if it works in previous MacOS X installs, but it works fine in MacOS 10.5.2 (aka Leopard). If you do need to install a version of ds9 more appropriate to your MacOS X or if you are like me and prefer the X11 version of ds9, you can easily change the installed version.
<ul>
	<li>If you are using an earlier MacOS X than Leopard and find the Aqua version of DS9 isn&#8217;t working, you can download an appropriate DS9 for you at <a href="http://hea-www.harvard.edu/RD/ds9/">http://hea-www.harvard.edu/RD/ds9/</a> and install it within SciSoft by noting that SciSoft OSX places the DS9 application at <code>/scisoft/i386/Applications/SAOImage DS9.app</code>. You could rename the installed DS9 application via the Finder or from the command line,
<pre>mv /scisoft/i386/Applications/SAOImage\ DS9.app /scisoft/i386/Applications/SAOImage\ DS9\ \(Disabled\).app</pre>
then if you want the Tiger (Aqua) version there, just place it in the <code>/scisoft/i386/Applications/</code> directory.</li>
	<li>I happen to prefer the X11 version of DS9 usually because I use pipe files to connect my IRAF session to my DS9 session and I have found that the Aqua version of ds9 doesn&#8217;t seem to play nicely in this regard. Its for that reason I installed the X11 version over the command line <code>ds9</code>. To do this, I noticed the command line <code>ds9</code> is at <code>/scisoft/i386/bin/ds9</code> and is just a symbolic link to the <code>ds9</code> binary within the Application. You can just rename this symbolic link at /scisoft/i386/bin/ds9 from the command line:
<pre>mv /scisoft/i386/bin/ds9 /scisoft/i386/bin/ds9.old</pre>
and place the executable ds9 file that is in the X11-version tarball of ds9 there instead.
<pre>mv ds9 /scisoft/i386/bin/ds9</pre>
This has the added advantage of leaving the Aqua version of DS9 completely intact.</li>
</ul>
</li>
	<li>I noticed this version of SciSoft OSX does install with me as the owner (instead of user 502). I don&#8217;t know if that is because it is defaulting to user 501 or because a change occurred in the SciSoft OSX installer, but its a welcome change.</li>
</ul>
That&#8217;s it for what I have noticed for now. This update <a href="http://iparrizar.mnstate.edu/~juan/urania/2008/02/28/scisoft-osx-200821-intel-only-released-3-weeks-ago/">addressed all of the issues I has noted with the previous version</a>. Thanks guys!

One very mild issue I have with this version of SciSoft OSX. I noticed the RVSAO external package for IRAF included with this version of SciSoft OSX is Version 2.5.7. That&#8217;s several versions older than the current version. Its easy enough to install the current version in another directory (I use <code>/usr/local/iraf</code>) and then edit the <code>/scisoft/all/packages/iraf/iraf/unix/hlib/extern.pkg</code> file to point to the newer install, but I thought I would note that.]]></content:encoded>
			<wfw:commentRss>http://iparrizar.mnstate.edu/~juan/urania/2008/04/06/scisoft-osx-200831-installation-notes/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SciSoft OSX Intel 2008.3.1 released</title>
		<link>http://iparrizar.mnstate.edu/~juan/urania/2008/04/05/scisoft-osx-200831-released/</link>
		<comments>http://iparrizar.mnstate.edu/~juan/urania/2008/04/05/scisoft-osx-200831-released/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 16:08:27 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[Astronomical Software]]></category>
		<category><![CDATA[SciSoft OSX]]></category>

		<guid isPermaLink="false">http://iparrizar.mnstate.edu/~juan/urania/2008/04/05/scisoft-osx-200831-released/</guid>
		<description><![CDATA[I am Cerro Tololo preparing for our observing run starting tomorrow night with the Blanco 4-meter, so I don&#8217;t have much time right now to analyze the new version of Scisoft OSX that was released today, but it looks like they addressed quite a few of my comments from before about some of the Aqua [...]]]></description>
			<content:encoded><![CDATA[<p>I am <a href="http://www.ctio.noao.edu/">Cerro Tololo</a> preparing for our observing run starting tomorrow night with the <a href="http://www.ctio.noao.edu/telescopes/4m/base4m.html">Blanco 4-mete</a>r, so I don&#8217;t have much time right now to analyze the <a href="http://web.mac.com/npirzkal/Scisoft/News/Entries/2008/4/1_Scisoft_OSX_Intel_2008.3.1_Released.html">new version of Scisoft OSX</a> that was released today, but it looks like they addressed quite a few of my comments from before about some of the Aqua applications being out of date. Here&#8217;s the release notes:</p>
<blockquote><p>
  Scisoft Intel 2008.3.1 is available. This version includes a recompiled version of MIDAS (which was not tested under 10.4), updates to STSDAS/TABLES and a few other packages such as FV, STScI_Python, and DS9 Aqua.
</p></blockquote>
<p>I&#8217;ve placed a copy Scisoft OSX Intel 2008.3.1 on the <a href="http://iparrizar.mnstate.edu/~juan/urania/scisoft-osx-download/">online mirror</a>, but I will also keep last few versions around for a while until I can evaluate this one. I suspect users may this version of SciSoft OSX may have issues running under 10.4, given the comment above in the release notes. I believe if you install DS9 yourself, you have to install the version specific to your MacOS version.</p>
]]></content:encoded>
			<wfw:commentRss>http://iparrizar.mnstate.edu/~juan/urania/2008/04/05/scisoft-osx-200831-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scisoft OSX 2008.2.1 (Intel only) released 3 weeks ago!</title>
		<link>http://iparrizar.mnstate.edu/~juan/urania/2008/02/28/scisoft-osx-200821-intel-only-released-3-weeks-ago/</link>
		<comments>http://iparrizar.mnstate.edu/~juan/urania/2008/02/28/scisoft-osx-200821-intel-only-released-3-weeks-ago/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 18:42:40 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[Astronomical Software]]></category>
		<category><![CDATA[MacOS X]]></category>
		<category><![CDATA[SciSoft OSX]]></category>

		<guid isPermaLink="false">http://iparrizar.mnstate.edu/~juan/urania/2008/02/28/scisoft-osx-200821-intel-only-released-3-weeks-ago/</guid>
		<description><![CDATA[It&#8217;s been such a busy month that I missed the fact that Nor Pirzkal has released a new version of SciSoft OSX. Released on February 4, 2008, this version, dubbed 2008.2.1 is only for Intel-based Macs. [1] This new version contains the following improvements:

	Certain links to libraries that I have previously noted had to be [...]]]></description>
			<content:encoded><![CDATA[It&#8217;s been such a busy month that I missed the fact that Nor Pirzkal has <a href="http://web.mac.com/npirzkal/Scisoft/News/Entries/2008/2/4_Scisoft_OSX_Intel_2008.2.1_Released.html">released a new version of SciSoft <span class="caps">OSX</span></a>. Released on February 4, 2008, this version, dubbed 2008.2.1 is only for Intel-based Macs. <sup><a href="http://iparrizar.mnstate.edu/~juan/urania/scisoft-osx-download" onclick="this.target='_self';this.href='#linknote-63-1';" id="noted-63-1" title="Why No Current PPC Version of SciSoft OSX - I suspect the reason all the recent releases have been Intel-only is because it isn't a simple matter to recompile these programs for PowerPC. These packages were designed for unix-based environments and are NOT Mac-specific. So they were not built using Apple Xcode [in which case building a 'universal' application is just an option in the compiler] but instead using the command line based make command. This means getting an intel-native binary involves hacking a Makefile for each package. And given the byte endianness differences between intel and PowerPC chips and the number of tweaks this would entail in the various makefiles used to build SciSoft, I understand completely why these releases are intel-only.">[1]</a></sup> This new version contains the following improvements:
<ul>
	<li><a href="http://iparrizar.mnstate.edu/~juan/urania/2007/11/01/scisoft-osx-2007111-released/">Certain links to libraries</a> that I have previously noted had to be manually fixed have been fixed.</li>
	<li>The <em><a href="http://www.iraf.net/">IRAF</a></em> within SciSoft OSX has been updated to the latest release, <a href="http://iparrizar.mnstate.edu/~juan/urania/2007/12/03/iraf-v214-now-available/">version 2.14</a>. However, as noted in <a href="http://web.mac.com/npirzkal/Scisoft/News/Entries/2008/2/25_mkiraf_fails.html">his February 25 post</a>, Nor notes if <em>mkiraf</em> fails to create a proper <em>login.cl</em>, you should do the following:
<pre><pre>edit /scisoft/all/packages/iraf/iraf/unix/hlib/mkiraf.csh
and replace the first two uncommented lines with

set iraf = &quot;/scisoft/all/packages/iraf/iraf/&quot;
set imdir = &quot;/scisoft//all/packages/iraf/imdirs&quot;</pre></pre>
</li>
</ul>
I&#8217;ll update this blog post as I experiment with the new release. But just from looking at the release notes:
<ul>
	<li><a href="http://hea-www.harvard.edu/RD/ds9/">SAO Image DS9</a> is still at version 4.13 and not the <a href="http://iparrizar.mnstate.edu/~juan/urania/2008/01/14/saoimage-ds9-51-released/">current version 5.1</a>. This is an issue mostly for Leopard users, since the older version of DS9 doesn&#8217;t run under Leopard without some tweaks. This is an <a href="http://iparrizar.mnstate.edu/~juan/urania/2008/01/14/saoimage-ds9-51-released/">easy enough upgrade</a>.</li>
	<li><a href="http://heasarc.nasa.gov/ftools/fv/">fv</a> (an interactive FITS file viewer) is still at version 4.4 instead of the <a href="http://heasarc.nasa.gov/ftools/fv/fv_download.html">current version 5.1</a>. You can download the current version and replace the one in the <em>/scisoft/i386/Applications</em> directory in case you view this as necessary.</li>
	<li>It installs <em>/scisoft</em> with permissions set such that the owner is the second user account created on most Macs (User 502). Previously it installed as owned by the first user account (user 501). This is not a huge issue if you have “sudo” privileges on the Mac (any “Administrative” user does, its the default on the first account created), just type the following on the command line:
<pre>sudo chown -R root:admin /scisoft</pre>
and enter your password when prompted. This will set the root account to own the files, which is appropriate in a multiuser situation. If you are the only user, you could set yourself up as owner by replacing &#8216;root&#8217; above with your username (you can determine your username by typing “whoami” on the command line).</li>
</ul>
I have placed a mirror of this new version on <a href="http://iparrizar.mnstate.edu/~juan/urania/scisoft-osx-download/">my Unofficial Scisoft OSX Mirror page</a> as well<br /><div class="alt">Linknotes:<br /><ol><li id="linknote-63-1"><a href="http://iparrizar.mnstate.edu/~juan/urania/scisoft-osx-download">Why No Current PPC Version of SciSoft OSX</a>  &#8211; I suspect the reason all the recent releases have been Intel-only is because it isn&#8217;t a simple matter to recompile these programs for PowerPC. These packages were designed for unix-based environments and are <strong>NOT</strong> Mac-specific. So they were not built using Apple Xcode [in which case building a 'universal' application is just an option in the compiler] but instead using the command line based <em>make</em> command. This means getting an intel-native binary involves hacking a <em>Makefile</em> for each package. And given the <a href="http://en.wikipedia.org/wiki/Endianness">byte endianness</a> differences between intel and PowerPC chips and the number of tweaks this would entail in the various makefiles used to build SciSoft, I understand completely why these releases are intel-only. <a href="#noted-63-1"><strong>&#8617;</strong></a></ol></div>]]></content:encoded>
			<wfw:commentRss>http://iparrizar.mnstate.edu/~juan/urania/2008/02/28/scisoft-osx-200821-intel-only-released-3-weeks-ago/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SAOImage DS9 5.1 released</title>
		<link>http://iparrizar.mnstate.edu/~juan/urania/2008/01/14/saoimage-ds9-51-released/</link>
		<comments>http://iparrizar.mnstate.edu/~juan/urania/2008/01/14/saoimage-ds9-51-released/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 17:32:26 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[Astronomical Software]]></category>
		<category><![CDATA[MacOS X]]></category>
		<category><![CDATA[SciSoft OSX]]></category>
		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://iparrizar.mnstate.edu/~juan/urania/2008/01/14/saoimage-ds9-51-released/</guid>
		<description><![CDATA[The folks behind SAOImage DS9 have now released version 5.1. The big change I&#8217;ve noticed since the last version is that version 5.1 works without issues under Leopard&#8217;s new X11 implementation. Of course, the disadvantage is you now must download a version compatible with your OS version as well as your CPU.

If you want the Aqua (MacOS [...]]]></description>
			<content:encoded><![CDATA[<p>The folks behind <a href="http://hea-www.harvard.edu/RD/ds9/">SAOImage DS9</a> have now released version 5.1. The big change I&#8217;ve noticed since the last version is that version 5.1 works without issues under <a href="http://iparrizar.mnstate.edu/~juan/urania/2007/11/25/leopard-issues-for-the-astronomer-aka-im-not-sure-x11-is-better/">Leopard&#8217;s new X11 implementation</a>. Of course, the disadvantage is you now must download a version compatible with your OS version as well as your CPU.
<ul>
<li>If you want the Aqua (MacOS X native version, download the appropriate one of the following files. If you want to use the Aqua-native version from <span style="font-style: italic">IRAF</span>, you will need to access the command-line binary within the SAOImage DS9.app application bundle as &#8220;<span style="font-style: italic">SAOImage\ DS9.app/Contents/MacOS/ds9</span>&#8220;.
<ul>
<li><a href="http://hea-www.harvard.edu/saord/ds9/">MacOSX 10.4 Tiger Aqua Interface, Universal (PPC and Intel)</a></li>
<li><a href="http://hea-www.harvard.edu/saord/ds9/">MacOSX 10.5 Leopard Aqua Interface, Universal (PPC and Intel)</a></li>
</ul>
</li>
<li>If you want the X11-based command line driven version
<ul>
<li><a href="http://hea-www.harvard.edu/saord/ds9/">Darwin PPC 10.4 Tiger version</a></li>
<li><a href="http://hea-www.harvard.edu/saord/ds9/">Darwin Intel 10.4 Tiger version</a></li>
<li><a href="http://hea-www.harvard.edu/saord/ds9/">Darwin PPC 10.5 Leopard version</a></li>
<li><a href="http://hea-www.harvard.edu/saord/ds9/">Darwin Intel 10.5 Leopard version</a></li>
</ul>
</li>
</ul>
<p>More detailed release notes <a href="http://hea-www.harvard.edu/RD/ds9/release/r5.0.html">are available here</a>. See my previous post on <a href="http://iparrizar.mnstate.edu/~juan/urania/2007/10/16/ds9-version-50/">SAOImage DS9 5.0</a> to see how it is possible to upgrade the binaries included with SciSoft OSX.</p>
]]></content:encoded>
			<wfw:commentRss>http://iparrizar.mnstate.edu/~juan/urania/2008/01/14/saoimage-ds9-51-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Scisoft OSX Unofficial Mirror Site</title>
		<link>http://iparrizar.mnstate.edu/~juan/urania/2007/12/24/scisoft-osx-unofficial-mirror-site/</link>
		<comments>http://iparrizar.mnstate.edu/~juan/urania/2007/12/24/scisoft-osx-unofficial-mirror-site/#comments</comments>
		<pubDate>Mon, 24 Dec 2007 18:37:08 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[Astronomical Software]]></category>
		<category><![CDATA[MacOS X]]></category>
		<category><![CDATA[SciSoft OSX]]></category>

		<guid isPermaLink="false">http://iparrizar.mnstate.edu/~juan/urania/2007/12/24/scisoft-osx-unofficial-mirror-site/</guid>
		<description><![CDATA[Because a reader of this blog contacted me to inform me that the official Scisoft OSX download links appear to be down (scisoftosx.dyndns.org is not resolving), I have placed a mirror of the latest versions for both PPC and MacIntel online here. I will take down this mirror if the maintainers of Scisoft OSX ask, [...]]]></description>
			<content:encoded><![CDATA[<p>Because a reader of this blog contacted me to inform me that the <a href="http://web.mac.com/npirzkal/Scisoft/Download.html">official Scisoft OSX download links</a> appear to be down (<span style="font-style: italic">scisoftosx.dyndns.org</span> is not resolving), I have placed a mirror of the latest versions for both PPC and MacIntel online <a href="http://iparrizar.mnstate.edu/~juan/urania/scisoft-osx-download/">here</a>. I will take down this mirror if the maintainers of Scisoft OSX ask, but at least for now, it is online.</p>
]]></content:encoded>
			<wfw:commentRss>http://iparrizar.mnstate.edu/~juan/urania/2007/12/24/scisoft-osx-unofficial-mirror-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scisoft OSX 2007.11.2b Notes</title>
		<link>http://iparrizar.mnstate.edu/~juan/urania/2007/11/16/scisoft-osx-2007112b-notes/</link>
		<comments>http://iparrizar.mnstate.edu/~juan/urania/2007/11/16/scisoft-osx-2007112b-notes/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 15:50:27 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[Astronomical Software]]></category>
		<category><![CDATA[IRAF]]></category>
		<category><![CDATA[MacOS X]]></category>
		<category><![CDATA[SciSoft OSX]]></category>

		<guid isPermaLink="false">http://iparrizar.mnstate.edu/~juan/urania/2007/11/16/scisoft-osx-2007112b-notes/</guid>
		<description><![CDATA[No&#8230; the new Scisoft OSX isn&#8217;t out quite yet, but I got the following note from Nor Pirzkal responding to my post regarding the various broken symbolic links in SciSoft OSX 2007.11.1.
Just to let you know that I just implemented your changes in 2007.11.2b. Thanks again.
So it looks like these bugs will be fixed when [...]]]></description>
			<content:encoded><![CDATA[<p>No&#8230; the new Scisoft OSX isn&#8217;t out quite yet, but I got the following note from Nor Pirzkal responding to my post regarding <a href="http://iparrizar.mnstate.edu/~juan/urania/2007/11/01/scisoft-osx-2007111-released/">the various broken symbolic links in SciSoft OSX 2007.11.1</a>.<br />
<blockquote>Just to let you know that I just implemented your changes in 2007.11.2b. Thanks again.</p></blockquote>
<p>So it looks like these bugs will be fixed when Scisoft OSX 2007.11.2b is released soon.  I have to hand it to them, Nor is pretty quick to respond to these bugs, given he has a full time job which doesn&#8217;t involve maintaining SciSoft OSX!</p>
]]></content:encoded>
			<wfw:commentRss>http://iparrizar.mnstate.edu/~juan/urania/2007/11/16/scisoft-osx-2007112b-notes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Scisoft OSX 2007.11.1 Released</title>
		<link>http://iparrizar.mnstate.edu/~juan/urania/2007/11/01/scisoft-osx-2007111-released/</link>
		<comments>http://iparrizar.mnstate.edu/~juan/urania/2007/11/01/scisoft-osx-2007111-released/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 12:28:56 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[Astronomical Software]]></category>
		<category><![CDATA[MacOS X]]></category>
		<category><![CDATA[SciSoft OSX]]></category>
		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://iparrizar.mnstate.edu/~juan/urania/2007/11/01/scisoft-osx-2007111-released/</guid>
		<description><![CDATA[Wow, Nor Pirzkal and Francesco Pierfederici have kept quite busy making small updates to Scisoft OSX for Intel. They released another new version today (available for download here). Here’s the entire description of the changes in this version of Scisoft OSX from the release notes:
This version updated Python to version 2.5.1 and correct some minor [...]]]></description>
			<content:encoded><![CDATA[Wow, Nor Pirzkal and Francesco Pierfederici have kept quite busy making small updates to <a href="http://web.mac.com/npirzkal/Scisoft/News/Entries/2007/11/1_Scisoft_2007.11.1_Released.html">Scisoft OSX for Intel.</a> They released another new version today (available for <a href="http://www.versiontracker.com/dyn/moreinfo/macosx/20126">download here</a>). Here’s the entire description of the changes in this version of Scisoft OSX from the release notes:
<blockquote>This version updated Python to version 2.5.1 and correct some minor issue with the bash version of the irafuser.bash script when running under OSX 10.5 Leopard. Missing GCC runtime fortran libraries are also now included.

This version was test under OSX 10.5 and seems to run fine. Note that 10.5 does deal with X11 applications slightly differently. Once the Setup.bash script has been source[d], you should add the following line to your <em>.bash_profile</em>:

<code>export DISPLAY=127.0.0.1:0.0</code>

This will enable all Scisoft X11 applications to start from Terminal.app</blockquote>
I am not running Leopard (and probably will not switch until the winter break, when I have time to deal with all the X11 issues it creates), so I can’t confirm the ability to run under Leopard, but its great to know they are keeping SciSoft OS X up to date.<br /><br />

<strong>Issues with this Release of Scisoft OSX</strong>
<ul>
	<li>I did notice this new version of Scisoft OSX doesn’t appear to link its IRAF install with the rvsao IRAF package (used for radial velocity computations). Doesn’t matter to me to much since I compiled the newer version and linked to it, but it is funny they include the <a href="http://tdc-www.harvard.edu/iraf/rvsao/">rvsao</a> package at <em>/scisoft/all/packages/iraf/extern/rvsao</em> but don’t link to it in the <em>$hlib/extern.pkg</em> file, which I do believe they did in the older versions.</li>
	<li>I may not have noticed this earlier, but in the libraries directory <em>/scisoft/i386/lib</em>, some of the symbolic links are broken. Specifically:
<ul>
	<li>All the items in this directory linking to the OpenMotif library items are not linked, it appears <em>/scisoft/i386/Packages/OpenMotif-2.3.0/lib</em> doesn’t exist. However, <em>/scisoft/i386/Packages/OpenMotif-2.3.0/lib.org</em> does. So I symbolically linked lib to lib.org via:<pre><code>cd /scisoft/i386/Packages/OpenMotif-2.3.0/
ln -s lib.org/ lib</code></pre>

And now all the links to the OpenMotif libraries within <em>/scisoft/i386/lib</em> work.</li>
	<li>The <a href="http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html">CFITSIO</a> library is mis-linked to an older version which no longer is installed. So I needed to:<pre><code>cd /scisoft/i386/lib/
rm libcfitsio.a
ln -s ../Packages/cfitsio-3.040/lib/libcfitsio.a libcfitsio.a</code></pre>

and the <a href="http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html">CFITSIO</a> library was properly linked again.</li>
	<li>libpng.so was apparently not compiled within /scisoft/i386/Packages/libpng-1.2.10/lib, so there is no quick fix for that broken link.</li>
	<li>I removed a link to python2.4 in <em>/scisoft/i386/lib</em> and replaced it with a link to python 2.5:<pre><code>cd /scisoft/i386/lib/
rm python2.4
ln -s ../Packages/pygtk-2.8.6/lib/python2.5/ python2.5</code></pre></li>
</ul>
</li>
	<li>All the <a href="http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html">CFITSIO</a> headers in <em>/scisoft/i386/include/</em> are linking to an older version (3.006) instead of the current installed version (3.040). Fixed via:<code></code></li>
	<li>There are symbolic links in the <em>/scisoft/i386/bin</em> directory to a variety of executables from the <a href="http://www.astro.princeton.edu/~rhl/sm/sm.html">sm</a> plotting package which doesn’t appear to have been installed as part of the Scisoft OSX distribution.</li>
	<li>Not really a bug, but the version of <a href="http://hea-www.harvard.edu/RD/ds9/">SAOImage DS9</a> is version 4.1.3 and not the current version 5.0.0. Of course, given the long history of dangerous version X.0.0 software, this maybe safer that way.</li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://iparrizar.mnstate.edu/~juan/urania/2007/11/01/scisoft-osx-2007111-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SAOImage ds9 version 5.0 released</title>
		<link>http://iparrizar.mnstate.edu/~juan/urania/2007/10/16/ds9-version-50/</link>
		<comments>http://iparrizar.mnstate.edu/~juan/urania/2007/10/16/ds9-version-50/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 12:13:30 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[Astronomical Software]]></category>
		<category><![CDATA[IRAF]]></category>
		<category><![CDATA[MacOS X]]></category>
		<category><![CDATA[SciSoft OSX]]></category>
		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://iparrizar.mnstate.edu/~juan/urania/2007/10/16/ds9-version-50/</guid>
		<description><![CDATA[On October 15, the folks behind SAOImage released SAOImage DS9 version 5.0. The big change I noticed is they now have a completely MacOS X native (read &#8220;Aqua&#8221;) version of ds9 (but only if you use the application package version of ds9, the command line versions remain X11)!  I downloaded the following three versions:

	MacOSX [...]]]></description>
			<content:encoded><![CDATA[On October 15, the folks behind SAOImage released <a href="http://hea-www.harvard.edu/RD/ds9/">SAOImage DS9 version 5.0</a>. The big change I noticed is they now have a completely MacOS X native (read &#8220;Aqua&#8221;) version of ds9 (but only if you use the application package version of ds9, the command line versions remain X11)!  I downloaded the following three versions:
<ul>
	<li><a href="http://hea-www.harvard.edu/saord/ds9/">MacOSX 10.4.x (Universal)</a></li>
	<li><a href="http://hea-www.harvard.edu/saord/ds9/">Darwin PPC 10.4.x</a></li>
	<li><a href="http://hea-www.harvard.edu/saord/ds9/">Darwin Intel</a></li>
</ul>
The <a href="http://hea-www.harvard.edu/RD/ds9/new.html">new features lists page</a> tells us that this release includes:
<ul>
	<li><strong>MacOSX Aqua Support: </strong>DS9 has been ported to MacOSX Aqua and is an universal application which no longer requires X11.</li>
	<li><strong>Compressed FITS Support: </strong>DS9 supports compressed FITS images using RICE compression.</li>
	<li><strong>Mask Support: </strong>DS9 supports overlay masks. A mask is defined as a valid FITS image, in which a non zero value indicates that the selected mask color is to be displayed instead of the data value color.</li>
	<li><strong>SkyView Support: </strong>DS9 provides support for HEASARC&#8217;s image cutout service, SkyView. This site provides image cutout service for a number of image surveys, including SDSS.</li>
	<li><strong>Multi-Language Support: </strong>DS9 provides multi-language support. By default, the language used for menus and dialog boxes is based on the value of the operating system locale variable. The user may override the default value by selecting the desired language in the preferences or by the -language command line option.</li>
	<li><strong>Preferences: </strong>Preferences are automatically saved when a user changes an option. Selecting the saving preferences menu item is no longer needed.</li>
</ul>
More detailed release notes <a href="http://hea-www.harvard.edu/RD/ds9/release/r5.0.html">are available here</a>.

I was able to get this version of ds9 integrated with SciSoft OSX by doing the following:
<ol>
	<li>Decompress the command line version of  ds9 via the terminal using<em> </em><em>tar xzvf ds9.darwinppc.5.0.tar.gz</em>    (PPC version) or <em>tar xzvf ds9.darwinintel.5.0.tar.gz </em> (Intel version).  When the decompression is done, all you have is an executable called <em>ds9</em>.</li>
	<li>Next, from the terminal, go to the <em>/scisoft/bin</em> directory (on PPC) or <em>/scisoft/i386/bin/ </em>directory (on Intel) and rename the old <em>ds9</em> executable to something like <em>ds9_old</em> (using something like<em> mv ds9 ds9_old</em>).</li>
	<li>Copy your newly decompressed <em>ds9</em> executable into the SciSoft OSX binary directory.  I should note the command line version of <em>ds9 </em>still requires X11.</li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://iparrizar.mnstate.edu/~juan/urania/2007/10/16/ds9-version-50/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Scisoft OSX Intel 2007.9.1 released</title>
		<link>http://iparrizar.mnstate.edu/~juan/urania/2007/09/18/scisoft-osx-intel-200791-released/</link>
		<comments>http://iparrizar.mnstate.edu/~juan/urania/2007/09/18/scisoft-osx-intel-200791-released/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 18:16:54 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[Astronomical Software]]></category>
		<category><![CDATA[IRAF]]></category>
		<category><![CDATA[MacOS X]]></category>
		<category><![CDATA[SciSoft OSX]]></category>

		<guid isPermaLink="false">http://iparrizar.mnstate.edu/~juan/urania/2007/09/18/scisoft-osx-intel-200791-released/</guid>
		<description><![CDATA[Another new version of Scisoft OSX for Intel has been released and is available for download here. Here&#8217;s the entire description of the changes in this version of Scisoft OSX from the release notes:
   This version contains an updated [ESO-]MIDAS package.         
I checked the list of packages included and sure enough, the only change [...]]]></description>
			<content:encoded><![CDATA[<p>Another new version of <a href="http://web.mac.com/npirzkal/Scisoft/News/Entries/2007/8/15_Scisoft_OSX_Intel_2007.7.1_released___.html">Scisoft OSX for Intel</a> has been released and is available for <a href="http://www.versiontracker.com/dyn/moreinfo/macosx/20126">download here</a>. Here&#8217;s the entire description of the changes in this version of Scisoft OSX from the release notes:<br />
<blockquote>   This version contains an updated [ESO-]MIDAS package.         </p></blockquote>
<p>I checked the list of packages included and sure enough, the only change was in the ESO-MIDAS package (whose current version is actually 07SEPpl1.0).
<ul>
<li><a href="http://www.eso.org/sci/data-processing/software/esomidas/">MIDAS 07FEBpl1.1</a> (previously MIDAS 06FEBpl1.0)</li>
</ul>
<p>I don&#8217;t use ESO-MIDAS, which is an image reduction package aimed as users of ESO&#8217;s La Silla facilities and the VLT at Paranal, so I can&#8217;t really comment as to the usefulness of this update. As with previous versions of Scisoft, the release notes warn if you use Aquaterm devices for PGPLOT, GNUPLOT, or any other packages that you &#8220;must manually run <em>/scisoft/i386/Applications/Aquaterm.app</em> once first to enable the aquaterm devices.&#8221;</p>
<p>I have also confirmed that this release also fixes the <em><a href="http://www.iraf.net/">IRAF</a></em> problem with symbolic linking to <code>mkpkg</code> and <code>xc</code> in <code>/scisoft/i386/bin/</code> <a href="http://iparrizar.mnstate.edu/~juan/urania/2007/08/08/hint-iraf-in-scisoft-for-osx-bugs/">I referred to earlier in my blog</a>.   Thanks for the fix guys!</p>
<p>Finally, as I noted with the last release of Scisoft, my standard method for updating Scisoft OSX is to move my existing <em>/scisoft</em> directory to <em>/scisoft_old</em> and then I unpack the new version. That way, in case anything goes wrong, I can always switch back.</p>
]]></content:encoded>
			<wfw:commentRss>http://iparrizar.mnstate.edu/~juan/urania/2007/09/18/scisoft-osx-intel-200791-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Annoyance: IRAF in Scisoft OSX mkpkg glitches</title>
		<link>http://iparrizar.mnstate.edu/~juan/urania/2007/08/08/hint-iraf-in-scisoft-for-osx-bugs/</link>
		<comments>http://iparrizar.mnstate.edu/~juan/urania/2007/08/08/hint-iraf-in-scisoft-for-osx-bugs/#comments</comments>
		<pubDate>Wed, 08 Aug 2007 19:44:55 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[Astronomical Software]]></category>
		<category><![CDATA[Command Line Tricks]]></category>
		<category><![CDATA[IRAF]]></category>
		<category><![CDATA[MacOS X Annoyances]]></category>
		<category><![CDATA[SciSoft OSX]]></category>

		<guid isPermaLink="false">http://iparrizar.mnstate.edu/~juan/urania/2007/08/08/hint-iraf-in-scisoft-for-osx-bugs/</guid>
		<description><![CDATA[Update: I have updated this blog entry to reflect some updated information from Nor Pirzkal regarding the best way to fix this glitch.  This problem has been fixed in Scisoft OSX MacIntel version (2007.9.1).
During my adventures compiling the hectospec-related IRAF packages, I was using Scisoft OSX and discovered there were a couple of issues with the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update:</strong> I have updated this blog entry to reflect some updated information from Nor Pirzkal regarding the best way to fix this glitch.  This problem has been fixed in <a href="http://www.versiontracker.com/dyn/moreinfo/macosx/20126">Scisoft OSX MacIntel version (2007.9.1).</a></p>
<p>During my adventures compiling the hectospec-related IRAF packages, I was using <a href="http://web.mac.com/npirzkal/iWeb/Scisoft/Scisoft.html">Scisoft OSX</a> and discovered there were a couple of issues with the symbolic links for the <em>mkpkg</em> command necessary for compiling new IRAF packages.</p>
<ul>
<li>In the <a href="http://web.mac.com/npirzkal/iWeb/Scisoft/News/FFF8D4BC-2884-4AD9-AAF2-38920C186CA2.html">Scisoft OSX PPC Beta (2006.11.1b)</a> mkpkg appears to be mis-linked, so it can&#8217;t be executed.  So I did the following in the terminal:<pre>cd /scisoft/binsudo rm mkpkgsudo ln -s ../iraf/iraf/unix/bin.macosx/mkpkg.e mkpkg</pre></li>
<li>In the <a href="http://www.versiontracker.com/dyn/moreinfo/macosx/20126">Scisoft OSX MacIntel version (2007.1.1)</a> and <a href="http://www.versiontracker.com/dyn/moreinfo/macosx/20126">Scisoft OSX MacIntel version (2007.7.1)</a>, there are some missing symbolic links to <em>mkpkg</em> and <em>xc</em> in the directory for MacIntel binaries.  As a result, both <em>mkpkg</em> and <em>xc</em> were instead pointing to PowerPC binaries.  I fixed this as follows (again, from the command line):<pre>cd /scisoft/i386/bin/sudo ln -s /scisoft/all/packages/iraf/iraf/unix/bin.macintel/mkpkg.e mkpkgsudo ln -s /scisoft/all/packages/iraf/iraf/unix/bin.macintel/xc.e xc</pre>This mis-linking certainly didn&#8217;t help getting things to compile under MacIntel, since IRAF was attempting to compile MacIntel code using PowerPC versions of <em>mkpkg</em> and<em> xc</em>.</li>
</ul>
<p>Thanks for Nor Pirzkal for giving me some feedback on fixing this problem.  He tells me he has made the appropriate changes so that the next version of Scisoft OSX will not have this  issue.By the way, my complaint here should in no way be construed as a critique of the efforts of Francesco Pierfedericki and Nor Pirzkal in putting together <a href="http://web.mac.com/npirzkal/iWeb/Scisoft/Scisoft.html">Scisoft OSX</a>. They have done a great deal of work to put together an awesome package.  For two people to track over 2 GB of software and not expect some glitches is unrealistic.  And I for one am extremely grateful that his efforts have saved me a lot of time.</p>
]]></content:encoded>
			<wfw:commentRss>http://iparrizar.mnstate.edu/~juan/urania/2007/08/08/hint-iraf-in-scisoft-for-osx-bugs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
