<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/serendipity/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://www.jshine.net/serendipity/index.php?/feeds/atom.xml" rel="self" title="l'Heure Bleue" type="application/atom+xml" />
    <link href="http://www.jshine.net/serendipity/"                        rel="alternate"    title="l'Heure Bleue" type="text/html" />
    <link href="http://www.jshine.net/serendipity/rss.php?version=2.0"     rel="alternate"    title="l'Heure Bleue" type="application/rss+xml" />
    <title type="html">l'Heure Bleue</title>
    <subtitle type="html">Jon Tomshine's Astronomy Blog</subtitle>
    <icon>http://www.jshine.net/serendipity/templates/default/img/s9y_banner_small.png</icon>
    <id>http://www.jshine.net/serendipity/</id>
    <updated>2009-12-23T07:38:25Z</updated>
    <generator uri="http://www.s9y.org/" version="1.5.1">Serendipity 1.5.1 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>

    <entry>
        <link href="http://www.jshine.net/serendipity/index.php?/archives/16-Takahashi-NJP-Python-Utility-to-Polar-Align.html" rel="alternate" title="Takahashi NJP -- Python Utility to Polar Align" />
        <author>
            <name>Jonathan Tomshine</name>
                    </author>
    
        <published>2009-12-23T07:38:25Z</published>
        <updated>2009-12-23T07:38:25Z</updated>
        <wfw:comment>http://www.jshine.net/serendipity/wfwcomment.php?cid=16</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.jshine.net/serendipity/rss.php?version=atom1.0&amp;type=comments&amp;cid=16</wfw:commentRss>
    
    
        <id>http://www.jshine.net/serendipity/index.php?/archives/16-guid.html</id>
        <title type="html">Takahashi NJP -- Python Utility to Polar Align</title>
        <content type="xhtml" xml:base="http://www.jshine.net/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                The Takahashi NJP mount contains a nice polar alignment telescope that can be used to align the mount's axis with the north celestial pole.  This is achieved by placing Polaris not at the center of the telescope's cross-hairs, but along a series of concentric circles (since Polaris is not located quite at the pole itself).  The exact location of Polaris that is required for proper alignment varies with the time of day and the observer's longitude, and establishing the correct placement requires following an algorithm described in the NJP manual.<br />
<br />
To make the alignment procedure easier, I recently wrote a small program in Python to calculate the proper view through the alignment telescope.  The program simply implements the procedure specified in the NJP manual and has not yet been properly tested.  Nevertheless, I'll provide the code <a href="http://www.jshine.net/astronomy/njp_polaris/njp_polaris.py" title="NJP Polaris Code">here</a>.  This must be run from a Python interpreter, but it requires no strange libraries, not even Numpy or matplotlib -- nothing more specialized than Tkinter, which should (probably?) ship with every Python distribution anyway.<br />
<br />
In any case, I may prepare a standalone Mac .app file if I get around to it.  Post a comment or let me know in some other way if there is interest in a standalone version.<br />
<br />
<!-- s9ymdb:18 --><img width="300" height="334" style="border: 0px; padding-left: 5px; padding-right: 5px;" src="http://www.jshine.net/serendipity/uploads/screen-capture.png" alt="" /> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.jshine.net/serendipity/index.php?/archives/15-INDI-and-kstars.html" rel="alternate" title="INDI and kstars" />
        <author>
            <name>Jonathan Tomshine</name>
                    </author>
    
        <published>2009-11-28T15:50:10Z</published>
        <updated>2009-12-31T23:54:29Z</updated>
        <wfw:comment>http://www.jshine.net/serendipity/wfwcomment.php?cid=15</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.jshine.net/serendipity/rss.php?version=atom1.0&amp;type=comments&amp;cid=15</wfw:commentRss>
    
            <category scheme="http://www.jshine.net/serendipity/index.php?/categories/6-Equipment" label="Equipment" term="Equipment" />
    
        <id>http://www.jshine.net/serendipity/index.php?/archives/15-guid.html</id>
        <title type="html">INDI and kstars</title>
        <content type="xhtml" xml:base="http://www.jshine.net/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                I've been gravitating towards <a href="http://edu.kde.org/kstars/" title="KStars">KStars</a> as an open-source &amp; "pretty" planetarium program.  It was originally written for the K Desktop Environment and (in general) for use on Linux systems.  Although KStars can be installed through MacPorts (as a component of the "kdeedu4" port), this version has its INDI client capabilities disabled on non-Linux systems.  I was able to re-enable INDI support by taking the following steps:<br />
<br />
<ol><br />
<li>install the indi port (see prior post) before attempting to install the kdeedu4 port and be sure that the indi port is installed &amp; working okay to your satisfaction<br />
<br />
<li>type "sudo port -v install kdeedu4".  Many dependencies may need to build before MacPorts attempts to build the kdeedu4 package.  If this is the case, allow these other ports to build uninterrupted.  When kdeedu4 begins to build, the first step will be to download and unzip the source code.  Once this is complete, use "control-c" to halt the install (this is a <strong>very crude</strong> way to handle the problem, but it should work).  At the command line, navigate to <code>/opt/local/var/macports/build</code> (replace <code>/opt/local</code> with your MacPorts root directory if it is installed in a non-standard location).  You should be able to see some long folder-name that contains the kdeedu4 source code.  Navigate inside this folder, then to <code>work</code> and then inside a folder that will be called something like <code>kdeedu-4.3.3</code> (the version number will change as time goes by).  Finally, navigate inside the folder marked <code>kstars</code>.  Open the file <code>CMakeLists.txt</code> as root with a command like <code>sudo pico -w CMakeLists.txt</code>.  The offending code is:<br />
<code><br />
# INDI is a Linux-specific addon<br />
IF(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")<br />
macro_optional_find_package(INDI)<br />
macro_bool_to_01(INDI_FOUND HAVE_INDI_H)<br />
macro_log_feature(INDI_FOUND "libindi" "A framework for controlling astronomical devices such as telescopes, CCDs, filter wheels..etc." "http://indi.sf.net" FALSE "0.6" "Gives KStars support for controlling astronomical devices.")<br />
ENDIF(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")<br />
</code><br />
Comment out the lines <code>IF(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")</code> and <code>ENDIF(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")</code> by adding a <code>#</code> sign in front of them.  Save the file, exit, and re-start the configuration process by typing <code>sudo port -v install kdeedu4</code> again.  The kdeedu4 port should continue to configure, build and install without trouble.<br />
<br />
<li>Once installed, you will need to create two soft links or kstars will not run properly.  On my system, these links were the following (you may need to change the directories and/or file names to fit your installation):<br />
<code><br />
/usr/share/indi -> /opt/local/share/indi<br />
/usr/lib/libindi.0.dylib -> /opt/local/lib/libindi.0.6.dylib<br />
</code><br />
The commands for these are something like:<br />
<code><br />
sudo ln -s /opt/local/share/indi /usr/share/indi<br />
sudo ln -s /opt/local/lib/libindi.0.6.dylib /usr/lib/libindi.0.dylib<br />
</code><br />
Actually, the first link (to /opt/local/share/indi) is probably not really necessary -- one could alternately just point kstars toward the correct "share" location by making a change in the <code>kstars|Preferences|INDI</code> menu.<br />
<br />
<li>Also, if you previously had KStars installed on your machine, you may need to delete your old configuration files (in <code>~/Library/Preferences/KDE/share/apps/kstars</code>) for the changes to take effect.  In the end, you should be able to see something like this:<br />
</ol><br />
<br />
<a class="serendipity_image_link"  href='http://www.jshine.net/serendipity/uploads/screen-capture1.png' onclick="F1 = window.open('/serendipity/uploads/screen-capture1.png','Zoom','height=915,width=1455,top=0,left=0,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes'); return false;"><!-- s9ymdb:21 --><img class="serendipity_image_center" width="110" height="69"  src="http://www.jshine.net/serendipity/uploads/screen-capture1.serendipityThumb.png"  alt="" /></a><br />
<br />
Hopefully INDI will be officially supported in OSX in later releases of kdeedu4/kstars, rendering this complicated process unnecessary! 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.jshine.net/serendipity/index.php?/archives/14-INDI-for-controlling-a-Takahashi-Temma-mount-from-a-Mac.html" rel="alternate" title="INDI for controlling a Takahashi Temma mount from a Mac" />
        <author>
            <name>Jonathan Tomshine</name>
                    </author>
    
        <published>2009-11-28T15:36:23Z</published>
        <updated>2009-11-28T16:32:22Z</updated>
        <wfw:comment>http://www.jshine.net/serendipity/wfwcomment.php?cid=14</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.jshine.net/serendipity/rss.php?version=atom1.0&amp;type=comments&amp;cid=14</wfw:commentRss>
    
    
        <id>http://www.jshine.net/serendipity/index.php?/archives/14-guid.html</id>
        <title type="html">INDI for controlling a Takahashi Temma mount from a Mac</title>
        <content type="xhtml" xml:base="http://www.jshine.net/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                I've been using <a href="http://www.macports.org/" title="MacPorts">MacPorts</a> on my mac to install linux / unix software whenever possible.  It's far more convenient than doing the configuration, compilation, and installation manually, and it's nice to know that my software configuration could be re-created from scratch on a new computer with little effort if that should ever become necessary.  Unfortunately, <a href="http://www.indilib.org" title="INDI">INDI</a> -- the "Instrument Neutral Distributed Interface" which allows astronomy hardware to talk to control software -- was not available as a macport.  For this reason, I wrote and submitted portfiles called "indi" and "libnova" (libnova is a required library for compiling the Takahashi Temma INDI driver).  Any person with MacPorts installed may now install INDI simply by typing the following at the command-line:<br />
<br />
<code>sudo port install indi</code><br />
<br />
This will install a program called <code>indiserver</code> and a number of individual drivers for various telescopes and mounts.  For instance, starting a server instance to communicate with the Takahashi mount should require the following command:<br />
<br />
<code>indiserver indi_temma</code><br />
<br />
or, more elegantly:<br />
<br />
<code>nohup indiserver indi_temma > ~/indi_temma.log &amp;</code><br />
<br />
...which will start the server, write any text-output to <code>indi_temma.log</code>, and run itself in the background until the process is killed or the computer is rebooted.<br />
<br />
All of this is fairly untested, so if you try it and it doesn't work for you, please let me know your version of OSX, gcc, or any other relevant information about the error. 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.jshine.net/serendipity/index.php?/archives/13-First-Night-with-TMB-Scope.html" rel="alternate" title="First Night with TMB Scope" />
        <author>
            <name>Jonathan Tomshine</name>
                    </author>
    
        <published>2008-08-07T02:49:54Z</published>
        <updated>2009-11-28T22:44:29Z</updated>
        <wfw:comment>http://www.jshine.net/serendipity/wfwcomment.php?cid=13</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.jshine.net/serendipity/rss.php?version=atom1.0&amp;type=comments&amp;cid=13</wfw:commentRss>
    
    
        <id>http://www.jshine.net/serendipity/index.php?/archives/13-guid.html</id>
        <title type="html">First Night with TMB Scope</title>
        <content type="xhtml" xml:base="http://www.jshine.net/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <img src="http://www.jshine.net/plogger/plog-content/images/astronomy/first_night_with_tmb_130_ss/jon_scope.jpg" alt="" /><br />
<br />
Well, it took a while but I finally got around to taking my new telescope out last weekend (Friday, August 1).  After all, it's not easy finding a nice, pleasant, clear evening in Minnesota on a weekend night -- when one can stay up until the wee hours without having to worry about work the next day.  ...and what a night it was -- perfectly clear, cool, and without any trace of moon.<br />
<br />
I was immediately impressed with the views through this telescope -- looking at any random point in the sky was like looking at salt spilled on black paper, and when trained on the Andromeda Galaxy (M31), the disk was as beautiful as I've ever seen it.  Jupiter showed nice bands, even though I was limited to about 75x (12mm eyepiece at 910mm focal length).  The contrast was incredible -- blacks were black, and bright areas were bright, and there was a clear, sharp line between them.  No color, no stray light, no distractions -- nothing.  The real strength of this telescope will be in photography, however -- as a visual instrument, 5" is just a bit too small, even if they are a nearly perfect 5 inches.<br />
<br />
I am even more excited now, as a friend of mine has loaned me a CCD camera.  This particular model was originally designed for microscopy, but should serve nicely as a detector at the end of the TMB.  The sensor isn't huge and the pixels are on the small-side (6-point-something microns), but this is about a year earlier than I thought I'd be able to get my hands on such a nice camera -- very exciting!  More posts will certainly be forthcoming when the first images <strong>through</strong> the telescope have been obtained.<br />
<br />
-Jon 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.jshine.net/serendipity/index.php?/archives/12-Amateur-Astronomical-Spectroscopy.html" rel="alternate" title="Amateur Astronomical Spectroscopy" />
        <author>
            <name>Jonathan Tomshine</name>
                    </author>
    
        <published>2008-07-25T23:37:36Z</published>
        <updated>2008-07-25T23:37:36Z</updated>
        <wfw:comment>http://www.jshine.net/serendipity/wfwcomment.php?cid=12</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.jshine.net/serendipity/rss.php?version=atom1.0&amp;type=comments&amp;cid=12</wfw:commentRss>
    
    
        <id>http://www.jshine.net/serendipity/index.php?/archives/12-guid.html</id>
        <title type="html">Amateur Astronomical Spectroscopy</title>
        <content type="xhtml" xml:base="http://www.jshine.net/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                This is just a short note regarding a very fascinating <a href="http://www.astrosurf.com/buil/" title="web site by Christian Buil">web site by Christian Buil</a>.  He has apparantly constructed a number of spectrographs, including an Echelle spectrograph, specifically for astronomical use.<br />
<br />
The projects on this site are essentially a catalog of what I would like to do if only I had more time and money... 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.jshine.net/serendipity/index.php?/archives/11-Spectroscope-Complete!.html" rel="alternate" title="Spectroscope Complete!" />
        <author>
            <name>Jonathan Tomshine</name>
                    </author>
    
        <published>2008-07-25T23:04:43Z</published>
        <updated>2009-11-28T22:43:30Z</updated>
        <wfw:comment>http://www.jshine.net/serendipity/wfwcomment.php?cid=11</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.jshine.net/serendipity/rss.php?version=atom1.0&amp;type=comments&amp;cid=11</wfw:commentRss>
    
    
        <id>http://www.jshine.net/serendipity/index.php?/archives/11-guid.html</id>
        <title type="html">Spectroscope Complete!</title>
        <content type="xhtml" xml:base="http://www.jshine.net/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                The spectroscope that I've mentioned in previous entries was purchased off of Ebay several years ago, but it has never had a working slit assembly.  The slit is a critical part of a spectroscope -- it controls the amount of light allowed into the instrument, and it's the illuminated slit whose image is viewed through the eyepiece.<br />
<br />
I was able to purchase an adjustable slit assembly from the <a href="http://www.surplusshed.com/pages/item/m1570d.html" title="slit assembly link">Surplus Shed</a> online, however this assembly did not connect to my spectroscope.  Thankfully, a friend of mine has a lathe in his basement &amp; was kind enough to adjust the diameter of a critical component to the point where it would fit.<br />
<br />
This is the result:<br />
<br />
<img src="http://www.jshine.net/plogger/plog-content/images/misc/spectroscope/spectroscope_slit.jpg" alt="" /><br />
<br />
...and it works well too (I may post spectra in the future).  I have no idea how the original slit assembly mounted to the spectroscope because there does not appear to be any threads or set screws, and this is the only real flaw in the current situation.  While a friction fit works to a degree, it is loose &amp; the slit is prone to rotating or sliding out &amp; loosing focus.  It the future i may have to drill and thread a hole in the telescope assembly to add a set screw.  For now, however, the arrangement works well enough. 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.jshine.net/serendipity/index.php?/archives/10-New-Telescope!.html" rel="alternate" title="New Telescope!" />
        <author>
            <name>Jonathan Tomshine</name>
                    </author>
    
        <published>2008-05-22T04:11:17Z</published>
        <updated>2009-11-28T22:42:41Z</updated>
        <wfw:comment>http://www.jshine.net/serendipity/wfwcomment.php?cid=10</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.jshine.net/serendipity/rss.php?version=atom1.0&amp;type=comments&amp;cid=10</wfw:commentRss>
    
    
        <id>http://www.jshine.net/serendipity/index.php?/archives/10-guid.html</id>
        <title type="html">New Telescope!</title>
        <content type="xhtml" xml:base="http://www.jshine.net/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Well, my TMB 130 signature series refractor arrived last week (Thursday, May 15, 2008) after having been on order since late July, 2007.  It would seem that it cannot reach focus without a diagonal mirror, and I do not own one, so I haven't had a chance to try it out yet.  It looks great though.<br />
<br />
<img src="http://www.jshine.net/plogger/plog-content/thumbs/astronomy/equipment_--_tmb_130_mounting_troubles/large/3224-cimg3089_vert.jpg" alt="" width="400" height="534" /><br />
<br />
I've got a MaxBright diagonal on order from Astro-Physics, so hopefully I'll get a chance to test it out when I get back from California in early June. 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.jshine.net/serendipity/index.php?/archives/9-Sirius-B-White-Dwarfs-Part-3.html" rel="alternate" title="Sirius B &amp; White Dwarfs -- Part 3" />
        <author>
            <name>Jonathan Tomshine</name>
                    </author>
    
        <published>2008-01-21T01:11:11Z</published>
        <updated>2008-01-26T06:03:29Z</updated>
        <wfw:comment>http://www.jshine.net/serendipity/wfwcomment.php?cid=9</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.jshine.net/serendipity/rss.php?version=atom1.0&amp;type=comments&amp;cid=9</wfw:commentRss>
    
            <category scheme="http://www.jshine.net/serendipity/index.php?/categories/3-Stellar-Structure" label="Stellar Structure" term="Stellar Structure" />
    
        <id>http://www.jshine.net/serendipity/index.php?/archives/9-guid.html</id>
        <title type="html">Sirius B &amp; White Dwarfs -- Part 3</title>
        <content type="xhtml" xml:base="http://www.jshine.net/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <blockquote><br />
Something there is more immortal even than the stars,<br />
(Many the burials, many the days and nights, passing away,)<br />
Something that shall endure longer even than lustrous Jupiter<br />
Longer than sun or any revolving satellite,<br />
Or the radiant sisters the Pleiades.<br />
</blockquote><br />
-- Walt Whitman, <em>On the Beach at Night</em><br />
<br />
My plan is for this to be my final entry in the "Sirius B &amp; White Dwarfs" series of blog entries.<br />
<br />
In my last entry I discussed the nature and origin of electron degeneracy pressure.  In this entry I will (briefly) discuss a program that I wrote to solve for the structure of a white dwarf star -- that is, to calculate the mass and density vs. radius profiles of such a star, starting from the core and working towards the surface.<br />
<br />
<a href="http://www.jshine.net/astronomy/wd" title="Chandrasekhar White Dwarf Calculator"><img src="http://www.jshine.net/serendipity/uploads/white_dwarf_profile_example.png" alt="" /></a><br />
<br />
Some of the most critical work in this area was done by Chandrasekhar and is addressed in his book (which I mentioned in my last entry) or in his 1935 paper <a href="http://adsabs.harvard.edu/abs/1935MNRAS..95..207C"><em>The Highly Collapsed Configurations of a Stellar Mass</em></a>, Monthly Notices of the Royal Astronomical Society, Vol. 95, p.207-225.<br />
<br />
Deriving the equation of state (i.e., pressure / density relationship) for a degenerate electron gas is the first and probably most theoretically challenging step towards solving for the structure of a white dwarf.  This equation of state is represented parametrically by Chandrasekhar in equation 3 of his paper.  After deriving the equation of state, solving for the structure of the star is conceptually simple.  One simply has to solve a pair of first-order ordinary differential equations simultaneously (Equation 6 in Chandrasekhar's paper).  Those equations are the equation of hydrostatic equilibrium:<br />
<br />
<img src="http://www.jshine.net/serendipity/uploads/hydrostatic_diffeq.png" alt="" /><br />
<br />
...and a second differential equation that is used to simply add up all the mass interior to a given radius:<br />
<br />
<img src="http://www.jshine.net/serendipity/uploads/mass_diffeq.png" alt="" /><br />
<br />
In a "normal" model of stellar structure (i.e., a model of a star where fusion is still actively occuring), there are additional differential equations that describe the rate of energy generation and transport to the surface, but since a white dwarf is a dead star -- i.e., there is no fusion going on -- these terms do not apply.  Furthermore, since the equation of state for a degenerate electron gas does not depend on temperature (since the electrons are already moving faster -- due to quantum-mechanical considerations -- than they should be going based on the range of temperatures encountered in white dwarfs), there is no differential equation to account for temperature either.  Even if temperature were considered, the degenerate electron gas is such a good conductor of heat that the star is essentially isothermal anyway.  All things considered, this is a very simple model.<br />
<br />
After defining the problem with the equation of state (which I have not presented, but is available in the paper that I linked to above) and the two differential equations, Chandrasekhar performs some substitutions and combines all these equations into a single equation -- Equation 16 in his paper:<br />
<br />
<img src="http://www.jshine.net/serendipity/uploads/white_dwarf_eqn.png" alt="" /><br />
<br />
This equation is written with dimensionless variables, but eta is related to the radius and phi is related to the density.  For exact definitions, please see Chandrasekhar's paper (it's free online -- just click the link above).  As this is a second-order differential equation, it requires two boundary conditions for unique solution.  These are given immediately after Equation 16, but basically amount to "density goes to zero at the surface" and "d-phi/d-eta = 0 at the core due to symmetry".<br />
<br />
From my standpoint, I wished to solve Equation 16 above in order to have a complete density vs. radius and mass vs. radius model of a white dwarf star.  I accomplished this numerically in Fortran 95, and put the results online <a href="http://www.jshine.net/astronomy/wd/" title="Chandrasekhar White Dwarf Calculator">here</a>.  By supplying the two parameters that describe the star and two additional parameters that control the integration, one can create profiles of white dwarfs of any given mass.  If all goes well, a plot similar to the one above should appear after submitting the form.  Please see the bottom of the front page for some additional technical details regarding the code.  Also, the actual code can be downloaded from the bottom of that page.  Compiling it will require a Fortran 95 compiler, and <a href="http://www.g95.org/" title="g95">g95</a> should work (it's what I used).<br />
<br />
As one tries various values for 1/y0^2 (a quantity that is related to the central density), it should become apparent that as this quantity approaches zero, the size of the star also approaches zero while the overall mass approaches a finite limit -- about 1.4 solar masses.  This, of course, is the Chandrasekhar limit -- the maximum possible mass for a white dwarf.<br />
<br />
I will not go into further details here, but suffice to say that this will conclude my series on the physical nature of white dwarfs.  There is quite a lot of additional theory, of course.  The results that my program can generate are 70+ years old, and the field has progressed a great deal in that time.<br />
<br />
One point that does deserve some mention is what happens to white dwarfs that approach the Chandrasekhar limit.  The equation of state used in this model does not account for the possibility of inverse beta decay.  As the mass of the star (and hence the centeral density) becomes very large, electrons and protons combine to form neutrons (inverse beta decay).  In a star close to the Chandrasekhar limit, this process can lead to a star with fewer electrons than might otherwise be expected, so the model becomes increasingly inaccurate as one approaches the 1/y0^2=0 limit.  If this process progresses to completion, the entire star is converted to neutrons leading to a neutron star rather than a white dwarf. Such an entity requires a different equation of state and is not dealt with in this model. 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.jshine.net/serendipity/index.php?/archives/8-Fraunhofer-Lines-Observed-Followup.html" rel="alternate" title="Fraunhofer Lines Observed -- Followup" />
        <author>
            <name>Jonathan Tomshine</name>
                    </author>
    
        <published>2008-01-19T19:28:45Z</published>
        <updated>2008-01-19T23:03:46Z</updated>
        <wfw:comment>http://www.jshine.net/serendipity/wfwcomment.php?cid=8</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.jshine.net/serendipity/rss.php?version=atom1.0&amp;type=comments&amp;cid=8</wfw:commentRss>
    
            <category scheme="http://www.jshine.net/serendipity/index.php?/categories/7-Observing" label="Observing" term="Observing" />
    
        <id>http://www.jshine.net/serendipity/index.php?/archives/8-guid.html</id>
        <title type="html">Fraunhofer Lines Observed -- Followup</title>
        <content type="xhtml" xml:base="http://www.jshine.net/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                After arranging a mirror to direct light into my spectroscope and arranging a camera to take macro-photographs of the vernier, I had a much easier time measuring spectral lines.  Below is an image that I took today, along with an annotated diagram created with my Matlab script.<br />
<br />
The wavelengths that I observed are:<br />
<br />
486.1 (hydrogen-beta -- used as a reference)<br />
516.6 (unresolved doublet, Mg and Fe)<br />
517.1 (Mg)<br />
518.0 (Mg)<br />
527.3 (Fe -- not shown on these diagrams)<br />
<br />
The annotations in the second image are literature data (from <a href="http://en.wikipedia.org/wiki/Fraunhofer_lines" title="Fraunhofer Lines -- Wikipedia">Wikipedia</a>), not observed data.  All wavelength values are in nanometers.<br />
<br />
<img src="http://www.jshine.net/serendipity/uploads/h_beta_and_mg.jpg" alt="" /><br />
<img src="http://www.jshine.net/serendipity/uploads/diagram_1.png" alt="" /> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.jshine.net/serendipity/index.php?/archives/7-Spectra-in-Matlab.html" rel="alternate" title="Spectra in Matlab" />
        <author>
            <name>Jonathan Tomshine</name>
                    </author>
    
        <published>2008-01-18T19:11:37Z</published>
        <updated>2008-01-19T17:37:57Z</updated>
        <wfw:comment>http://www.jshine.net/serendipity/wfwcomment.php?cid=7</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.jshine.net/serendipity/rss.php?version=atom1.0&amp;type=comments&amp;cid=7</wfw:commentRss>
    
            <category scheme="http://www.jshine.net/serendipity/index.php?/categories/8-Programing" label="Programing" term="Programing" />
    
        <id>http://www.jshine.net/serendipity/index.php?/archives/7-guid.html</id>
        <title type="html">Spectra in Matlab</title>
        <content type="xhtml" xml:base="http://www.jshine.net/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Matlab is a wonderful tool -- one that I use every day in my work as a graduate student.  Since I have been playing with spectra lately, I thought it would be useful to have some reference spectra.  The <a href="http://physics.nist.gov/PhysRefData/ASD/lines_form.html" title="Spectral Line Data">spectral line data</a> is easily available from the NIST.  Also, other authors have created online (java &amp; javascript) programs that generate images of line spectra from this data, such as <a href="http://astro.u-strasbg.fr/~koppen/discharge/" title="Spectra of Gas Discharges">this one</a> by  Joachim Köppen (based on original work by John Talbot).<br />
<br />
I decided to write a similar program in Matlab rather than Javascript, so it must be run locally on a machine equipped with Matlab.  This program takes data consisting of line wavelengths and intensities and produces an image of the resulting spectrum.  It treats each line as a Gaussian distribution in wavelength and at each wavelength it sums up the contributions from all lines.  The resulting spectrum is then rendered in color to produce a realistic-looking display.  The spectrum of calcium is visible below.<br />
<br />
<img src="http://www.jshine.net/serendipity/uploads/calcium.png" alt="" /><br />
<br />
If anyone wishes to examine and/or run the code at home, it is available <a href="http://www.jshine.net/astronomy/spectra/spectrum_2008_01_18.zip" title="Jon's Spectrum Script for Matlab">here</a>. 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.jshine.net/serendipity/index.php?/archives/6-Fraunhofer-Lines-Observed-A-Personal-First.html" rel="alternate" title="Fraunhofer Lines Observed -- A Personal First" />
        <author>
            <name>Jonathan Tomshine</name>
                    </author>
    
        <published>2008-01-15T00:18:51Z</published>
        <updated>2008-01-15T04:30:08Z</updated>
        <wfw:comment>http://www.jshine.net/serendipity/wfwcomment.php?cid=6</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.jshine.net/serendipity/rss.php?version=atom1.0&amp;type=comments&amp;cid=6</wfw:commentRss>
    
            <category scheme="http://www.jshine.net/serendipity/index.php?/categories/7-Observing" label="Observing" term="Observing" />
    
        <id>http://www.jshine.net/serendipity/index.php?/archives/6-guid.html</id>
        <title type="html">Fraunhofer Lines Observed -- A Personal First</title>
        <content type="xhtml" xml:base="http://www.jshine.net/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <blockquote><br />
Twinkle, twinkle, little star,<br />
How I wonder what you are!<br />
Up above the world so high,<br />
Like a diamond in the sky! <br />
</blockquote><br />
-- Jane Taylor, "The Star", 1806<br />
<br />
Today I happened to notice that the sun was shining through the window and directly onto a spectroscope that was sitting on my bench.  I purchased this piece of equipment on eBay several years ago and am now in the process of returning it to working condition.  The slit is still a jerry-rigged assembly of masking tape and aluminum foil, but I thought I'd take advantage of the favorable position of the sun to see if I could observe any spectral lines.  This is something that I've tried before, but have never successfully accomplished.<br />
<br />
After aligning the first telescope with the sun, I positioned the 2nd telescope for viewing and the lines could not have been more obvious.  To record the event I grabbed my digital camera (just a little Casio -- nothing particularly fancy) and held it to the eyepiece.  The following are some of the spectra that I observed:<br />
<br />
<img src="http://www.jshine.net/serendipity/uploads/2008_01_14_blue_green.jpg" alt="" /><br />
<img src="http://www.jshine.net/serendipity/uploads/2008_01_14_green.jpg" alt="" /><br />
<img src="http://www.jshine.net/serendipity/uploads/2008_01_14_green_red.jpg" alt="" /><br />
<br />
I am fairly sure that the doublet in the orange portion of the last (bottom) spectrum is due to sodium (the D lines).  Unfortunately there was not enough time to measure the wavelengths of these lines due to the position of the sun (it was only minutes from setting), so I cannot be absolutely sure of their identity.  Still, after looking at a diagram I believe that the middle figure (the one that is entirely green) shows some lines from Magnesium (b1 and b2) and Iron (the E line).  I am not entirely sure which is which, however.  Also, the top figure probably shows the hydrogen-beta line (Fraunhofer F line -- one of the Balmer series lines).<br />
<br />
More information on these lines can be found <a href="http://www.harmsy.freeuk.com/fraunhofer.html" title="The Solar Spectrum">here</a>.  There are sites out there with far more detailed databases of solar lines (thousands are known), but this diagram is simple enough for those of us with very basic equipment.  A very <a href="http://www.noao.edu/image_gallery/html/im0600.html" title="Solar Spectrum from the NOAO">high resolution spectrum</a> can be obtained from the NOAO (National Optical Astronomy Observatory).<br />
<br />
When conditions are more favorable and this instrument is in better condition I will post a more detailed set of observations and some photos of the instrument itself. 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.jshine.net/serendipity/index.php?/archives/5-Dark-Sky-Finder.html" rel="alternate" title="Dark Sky Finder" />
        <author>
            <name>Jonathan Tomshine</name>
                    </author>
    
        <published>2008-01-13T01:29:24Z</published>
        <updated>2008-01-19T17:38:33Z</updated>
        <wfw:comment>http://www.jshine.net/serendipity/wfwcomment.php?cid=5</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.jshine.net/serendipity/rss.php?version=atom1.0&amp;type=comments&amp;cid=5</wfw:commentRss>
    
            <category scheme="http://www.jshine.net/serendipity/index.php?/categories/8-Programing" label="Programing" term="Programing" />
    
        <id>http://www.jshine.net/serendipity/index.php?/archives/5-guid.html</id>
        <title type="html">Dark Sky Finder</title>
        <content type="xhtml" xml:base="http://www.jshine.net/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Last summer I was trying to locate a site away from town with dark skies.  Of course, just having dark skies isn't really enough -- it also has to be accessible by car.  To satisfy these dual requirements I wrote a page that couples Google Maps to data supplied by the <a href="http://www.darksky.org/mc/page.do" title="International Dark-Sky Association">International Dark-Sky Association</a> to produce the "<a href="http://www.jshine.net/astronomy/dark_sky/" title="Dark Sky Finder">Dark Sky Finder</a>" utility:<br />
<br />
<a href="http://www.jshine.net/astronomy/dark_sky" title="Dark Sky Finder"><img src="http://www.jshine.net/serendipity/uploads/dark_sky_finder.jpg" alt="" /></a><br />
<br />
Take a look and enjoy!  I would like to see this utility improved &amp; more widely used, but I don't have the time to do it justice.  I have contacted the IDA in an attempt to transfer it to them for better publicity &amp; coding support.  If any astronomically-oriented web developers are reading this and would like to continue with this project, please let me know!  I am always willing to just GPL what I've done so far &amp; put it on <a href="http://sourceforge.net/" title="SourceForge">SourceForge</a> (or some such thing) if there is interest, but I don't want to bother setting up a SourceForge project if it would not be used. 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.jshine.net/serendipity/index.php?/archives/4-The-NJP-Saga.html" rel="alternate" title="The NJP Saga" />
        <author>
            <name>Jonathan Tomshine</name>
                    </author>
    
        <published>2008-01-11T21:19:00Z</published>
        <updated>2008-01-12T04:08:20Z</updated>
        <wfw:comment>http://www.jshine.net/serendipity/wfwcomment.php?cid=4</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.jshine.net/serendipity/rss.php?version=atom1.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    
            <category scheme="http://www.jshine.net/serendipity/index.php?/categories/6-Equipment" label="Equipment" term="Equipment" />
    
        <id>http://www.jshine.net/serendipity/index.php?/archives/4-guid.html</id>
        <title type="html">The NJP Saga</title>
        <content type="xhtml" xml:base="http://www.jshine.net/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                It is my quasi long-term goal to put together a system for astrophotography.  This consists of three major units: a telescope, a telescope mount, and a CCD camera.  Unfortunately, this equipment is very expensive.  The mount that I selected -- and the first piece of equipment in this set -- was a <a href="http://www.takahashiamerica.com/catalog/product_info.php?cPath=22_105&products_id=316&osCsid=cd7a9e58c705ba293f1009b369b5945f">Takahashi NJP</a> – about $7500 retail, but on July 22, 2007 I found one that included a Meade Giant Field Tripod on <a href="http://www.astromart.com">Astromart</a> for about $5500.  After corresponding with the seller, I sent a check on July 31.<br />
<br />
Needless to say, I was very anxious as I waited at home for the UPS driver to deliver it on  August 9.  After unpacking the boxes (it was shipped in 6 packages) I was not at all pleased with what I saw.  The Temma (electronics) control box was severely dented and, although it was not obvious at the time, the right ascension motor was also destroyed.<br />
<br />
<img src="http://www.jshine.net/serendipity/uploads/njp_damage_400.jpg" alt="" /><br />
<br />
The seller (who will remain anonymous) was very helpful in contacting UPS and filing a claim, and on August 14 UPS was supposed to contact me to schedule an inspection visit to photograph the damage.  They eventually did call and visited on August 16.  The inspector was noncommittal when asked about whether or not the claim would be paid – for the most part she just took photos.  After this, there were no developments for quite some time, and what correspondence did occur was between the seller and UPS.<br />
<br />
In any case, I was now left with a non-functional and very expensive mount, so repairing it was the only real option.  I had it crated in wood and shipped (via FedEx this time) back to Texas Nautical Repair on August 21 – it arrived on August 24 and repairs began.<br />
<br />
On September 4 I received an email from the seller indicating that UPS had initially denied the claim due to insufficient packaging (apparently having it double-boxed with the inner “box” consisting of a $400 Pelican case is considered “insufficient”), but that he intended to fight that determination.  I do not know exactly what happened next, but on September 10 I received another email from the seller indicating that the claim would be paid by UPS.  On October 17 the seller mailed me a check to reimburse me for the cost of shipping the mount back to Texas for repair (which UPS reimbursed him for, I understand).<br />
<br />
On October 22 the repairs were finished (costing about $1250, which the seller paid and UPS reimbursed) and Art at Texas Nautical Repair shipped the mount back to me via UPS.  I was not particularly happy with this choice of companies, but it arrived intact on October 25.  Due to a 3-week business trip to Japan on November 3, I did not do any extensive testing other than to verify that the mount was physically intact.<br />
<br />
So, after 4 months of waiting, I have a working NJP mount.  The seller in this case was incredibly helpful, and the whole experience didn’t cost me anything extra in the end.  Still, I will always have a deep-seated distrust of UPS due to this incident, and I intend to avoid doing business with them whenever possible.  Had the seller not been willing to stand up to their initial denial of the claim, I would have been out $1250 due to their gross mishandling of such a valuable item.<br />
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.jshine.net/serendipity/index.php?/archives/3-Sirius-B-White-Dwarfs-Part-2.html" rel="alternate" title="Sirius B &amp; White Dwarfs -- Part 2" />
        <author>
            <name>Jonathan Tomshine</name>
                    </author>
    
        <published>2008-01-06T19:20:41Z</published>
        <updated>2008-01-19T17:39:24Z</updated>
        <wfw:comment>http://www.jshine.net/serendipity/wfwcomment.php?cid=3</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.jshine.net/serendipity/rss.php?version=atom1.0&amp;type=comments&amp;cid=3</wfw:commentRss>
    
            <category scheme="http://www.jshine.net/serendipity/index.php?/categories/3-Stellar-Structure" label="Stellar Structure" term="Stellar Structure" />
    
        <id>http://www.jshine.net/serendipity/index.php?/archives/3-guid.html</id>
        <title type="html">Sirius B &amp; White Dwarfs -- Part 2</title>
        <content type="xhtml" xml:base="http://www.jshine.net/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                In this entry I’ll be referring to the textbooks <em><a href="http://www.amazon.com/Principles-Stellar-Evolution-Nucleosynthesis-Clayton/dp/0226109534/ref=sr_1_2?ie=UTF8&s=books&qid=1199643913&sr=1-2" title="Principles of Stellar Evolution and Nucleosynthesis">Principles of Stellar Evolution and Nucleosynthesis</a></em> (1st Ed.) by Donald Clayton.  It’s a good textbook on the physical nature of stars, and it’s available on Amazon for a good price (though I can’t guarantee that the version they sell will have identical section &amp; equation numbering as my 1970’s hardcover version).  Another classic text is Chandrasekhar’s <em><a href="http://www.amazon.com/Introduction-Study-Stellar-Structure/dp/0486604136/ref=sr_1_2?ie=UTF8&s=books&qid=1199644147&sr=1-2" title="An Introduction to the Study of Stellar Structure">An Introduction to the Study of Stellar Structure</a></em>.  This is not quite as modern or as thorough in discussing the computation of main-sequence stellar models, but the material on degenerate matter &amp; white dwarfs is very well done (by the man who won a <a href="http://nobelprize.org/nobel_prizes/physics/laureates/1983/press.html" title="Nobel Prize">Nobel Prize</a> for this work).<br />
<br />
As I described previously, a white dwarf is supported by a force known as “degeneracy pressure”.  Where does this pressure come from, and what is it?  Before touching on those questions, it might be helpful to understand where “normal” pressure comes from.  That is, when one fills a balloon, why does it push back?  Normal, or ideal gas pressure, comes from the collisions of many particles with each other or with the walls of a container.  The effect is similar to being hit with a tennis ball – when the ball bounces off, you feel a momentary force exerted on wherever it hit.  That is, when one places more and more air molecules in a balloon, there are more collisions with the walls and the pressure increases.  In the case of normal temperatures &amp; densities, gas particles move with a distribution of speeds that follows the Maxwell-Boltzmann distribution.  This is discussed with more mathematical rigor in section 2-1 of Clayton’s book.  If the particles in question are photons, rather than molecules, atoms, or electrons, then the pressure is called radiation pressure.<br />
<br />
Degeneracy pressure is fundamentally different, and much less intuitive.  It is a consequence of the laws of quantum mechanics as they apply to electrons.  One should note that in a white dwarf, degeneracy pressure is due entirely to the electrons.  Because of the high temperatures &amp; pressures, all of the atoms in the star are assumed to be totally ionized, so the electrons &amp; nuclei move separately.  The nuclei provide mass to the star and do participate in ideal-gas type collisions, but they will not become degenerate.  That would require much higher densities – i.e., neutron stars.  Therefore, the matter in a white dwarf will be referred to as a degenerate electron gas, as the electrons are the only degenerate component.<br />
<br />
Degeneracy pressure is difficult to explain in a way that is intuitive, but I find that the easiest way to approach it is from the Heisenberg Uncertainty Principle:<br />
<br />
<img src="http://www.jshine.net/serendipity/uploads/a8a3469365ba9e28b216ecb0de43dff0.png" alt="" /><br />
<br />
In other words, the product of the uncertainty in position (?x) and the uncertainty in momentum (?p) must be greater than some numerical constant involving Planck’s constant.  When a gas is very, very dense, the positions of the particles become “fixed” – that is, we know that if there are 10 particles in 1 unit of volume, that each particle is confined to 1/10 of a volume unit.  Therefore, as the density increases, the uncertainty in position (?x) decreases.  Eventually, if this trend continues, we will bump up against Heisenberg’s limit.  In order to compensate, we will require that the uncertainty in momentum become higher &amp; higher.  This means that at very high densities, some particles may be traveling slowly, but some particles will also be traveling very fast – regardless of thermal temperature.  The distribution of speeds will no longer follow the Maxwell-Boltzmann distribution, with many particles forced to travel faster than they “should” be going, even if the gas may be any temperature – even near absolute zero.  In an extreme case, where some of the particles are traveling extremely fast, they can actually approach the speed of light.  Such a "relativistic" degenerate gas requires additional mathematical considerations, as special relativity imposes an upper bound (c) on the velocity, even though the maximum momentum may be arbitrarily high, as required by the density.<br />
<br />
In fact, this same condition will exist when the temperature of a gas is decreased – very low temperatures will have the same effect as very high densities.  What really matters when considering degeneracy is the combination of the temperature &amp; density, rather then either number taken in isolation.  Even a very dense gas may “break” its degeneracy at a high-enough temperature (such that the normal thermal velocities of the particles become higher than the lower-limit imposed by the Heisenberg Uncertainty Principle).  Additionally, the onset of degeneracy is not sudden as density is gradually increased.  As long as the temperature is not zero, there will always be some contribution from ideal gas pressure.  Therefore, degeneracy can be spoken of as partial vs. "total" (with the understanding that "total" is an approximation), or as non-relativistic vs. relativistic (with relativistic degeneracy occurring at very high densities).  In fact, at conditions of moderate density &amp; very high temperature, partial AND relativistic degeneracy could occur simultaneously.  An interesting diagram can be found in Clayton's book, Figure 2-11.<br />
<br />
To summarize, under "normal" conditions, particle velocities must obey a Maxwell-Boltzmann distribution, but Heisenberg's Uncertainty Principle says that there will be an uncertainty in the speed, and that uncertainty is related to the density (since density relates to uncertainty in particle position).  If the required uncertainty in speed is much greater than the speed predicted by the Maxwell-Boltzmann distribution, then the matter may be called "degenerate", and some particles will be found to be traveling much faster than expected.  These speedy particles will, in turn, exert a higher pressure when they collide with other particles or with a container wall.<br />
<br />
It is not my intention to write a textbook here, so I will end the discussion without going into mathematical derivations.  For those who are interested, I recommend chapter 2 of Clayton’s book, or Chapter 8 of Chandrasekhar’s book for a full, technical treatment. 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.jshine.net/serendipity/index.php?/archives/2-Sirius-B-White-Dwarfs.html" rel="alternate" title="Sirius B &amp; White Dwarfs" />
        <author>
            <name>Jonathan Tomshine</name>
                    </author>
    
        <published>2008-01-04T16:01:23Z</published>
        <updated>2008-01-19T17:40:10Z</updated>
        <wfw:comment>http://www.jshine.net/serendipity/wfwcomment.php?cid=2</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.jshine.net/serendipity/rss.php?version=atom1.0&amp;type=comments&amp;cid=2</wfw:commentRss>
    
            <category scheme="http://www.jshine.net/serendipity/index.php?/categories/3-Stellar-Structure" label="Stellar Structure" term="Stellar Structure" />
    
        <id>http://www.jshine.net/serendipity/index.php?/archives/2-guid.html</id>
        <title type="html">Sirius B &amp; White Dwarfs</title>
        <content type="xhtml" xml:base="http://www.jshine.net/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                At this time of year, the star <a href="http://en.wikipedia.org/wiki/Sirius" title="Sirius">Sirius</a> is high in the southern sky (to Northern Hemisphere observers) after dark.  It's easy to spot -- it's the brightest star visible in the evening sky at an apparent magnitude of about -1.44.  Unlike the Sun, Sirius is actually two stars that are fairly close to the Earth.  The larger &amp; brighter of these stars, Sirius A, is a class A main sequence star that is about twice as massive as the sun and about 1.7 times as luminous.  The other star, however, is truly remarkable.<br />
<br />
The mass of Sirius B is about the same as the Sun, or slightly less, but all that mass is squeezed into a star that is about the size of the Earth.  This means that its mean density is on the order of 2,000,000 times that of water -- 1 liter would weigh in excess of 2000 metric tons.  Even though Sirius B is much hotter than its larger companion, it is much less luminous (by a factor of about 10,000) due to its small size.  The two stars orbit their mutual center of gravity with an orbital period of about 50 years, but they never get very far apart from one another as seen from Earth.  Even with a decent amateur telescope, "splitting" the pair is difficult due to their proximity and their huge difference in brightness.  With the Hubble Space Telescope, the situation is different.  The image below was taken by Hubble.  The small star in the lower-left of the image is Sirius B, while the much larger star in the center is Sirius A.<br />
<br />
<img src="http://www.jshine.net/serendipity/uploads/full_jpg.sirius.jpg" alt="" /><br />
<br />
Without the clear view provided by the vacuum of space, the light from Sirius A tends to spread out &amp; overwhelm its tiny companion, so many amateur astronomers have never seen Sirius B.  For those who wish to try, there is an interesting article and map in the February 2008 issue of Sky &amp; Telescope (page 30).<br />
<br />
What is it that makes Sirius B so remarkable though?  Why is it the same mass as the Sun, but only about 1/100 of the Sun's diameter?  Sirius B is a white dwarf.  That is, it's a star that has exhausted its fuel supply and is now slowly cooling off, just as a hot stove burner or lamp filament may continue to glow for a few seconds after the power is removed.  Unlike its companion, Sirius B is not generating any new energy through fusion, but simply radiating away what energy it has left-over.  Long before humans started observing Sirius B, it was a normal main sequence star like the Sun or Sirius A -- although probably larger &amp; brighter than either one.  After running out of fuel, its core began to shrink &amp; its outer layers most likely drifted out into space (although there is no planetary nebula visible today).  Without the outward pressure provided by nuclear fusion in its core, the gravity of Sirius B squeezed it into its present size -- and then stopped.<br />
<br />
In a normal star, there are nuclear reactions occurring in the core that liberate energy and raise the temperature to millions of degrees.  This energy then flows outward -- from hot to cold -- until it reaches the surface.  As a consequence of its high temperature, there is a high pressure in the core.  That pressure is simply the ideal gas pressure, P = kT/v (where k is Boltzmann's constant and v is the specific volume -- the inverse of density).  When fusion ceases, however, the core would tend to cool since there is no new energy being generated.  Under other circumstances, this would result in a pressure drop due to the P = kT/v law.  In the core of a star, however, this cannot be allowed to occur.  The pressure in the core must be high enough to counter-act the gravitational force exerted by the mass of the outer layers of the star in order to keep the star in balance ("hydrostatic equilibrium").  In order to maintain the high central pressure, the outer layers squeeze in until a new equilibrium is reached.  This causes the v (the specific volume) term in the ideal gas law to decrease &amp; the temperature term to increase.  The core is still at a very high pressure, but it has decreased in size.  In shrinking, it has turned some of its gravitational potential energy into heat and thereby maintained a high enough core pressure to remain in equilibrium.<br />
<br />
As this process continues, the core grows smaller and hotter, and its constituent particles become closer and closer together.  In reality, this process occurs before the entire star is dead -- while fusion is still going on in a layer outside the core.  There is a limit to how dense the core can become however.  As its size decreases and its density increases, the particles in the core (particularly the electrons, as all atoms are completely ionized at the temperatures involved) begin to interact with each other in ways that are not accounted for by the ideal gas pressure.  These interactions provide an additional pressure -- the pressure that supports Sirius B against its own gravity -- called "electron degeneracy pressure".  I will discuss the nature of this pressure in a future entry.<br />
<br />
When this process reaches completion -- when the core has ceased fusion and become as small and hot as it can, and when the outer layers have swelled so much that they have floated off into space -- a white dwarf is all that remains.  Sirius B, like all white dwarfs, is the dead core of a former star -- incredibly dense and propped up against gravity by an entirely different kind of pressure than during its former life. 
            </div>
        </content>
        
    </entry>

</feed>