<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Cosmic Homebrew</title>
        <link>https://blog.familie-topp.net/</link>
        <description>Recent content on Cosmic Homebrew</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en-us</language>
        <copyright>Jesco Topp</copyright>
        <lastBuildDate>Mon, 19 May 2025 14:09:26 +0200</lastBuildDate><atom:link href="https://blog.familie-topp.net/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>Spindown Disks under Proxmox</title>
        <link>https://blog.familie-topp.net/homelab/proxmox-disk-spindown/</link>
        <pubDate>Mon, 19 May 2025 14:09:26 +0200</pubDate>
        
        <guid>https://blog.familie-topp.net/homelab/proxmox-disk-spindown/</guid>
        <description>&lt;img src="https://blog.familie-topp.net/img/site/open-hard-disk-black-background.jpg" alt="Featured image of post Spindown Disks under Proxmox" /&gt;&lt;h1 id=&#34;reduce-your-power-consumption-in-your-homelab-spindown-idle-disks&#34;&gt;Reduce your power consumption in your Homelab: Spindown Idle Disks
&lt;/h1&gt;&lt;p&gt;My Proxmox server is an older Ivy Bridge based Xeon E3-1225-v2
with 32 GB ECC RAM and four 3 TB harddisks as main storage and
three smaller SSDs for various services. In the true sense of
hyper-convergence this small server provides computing and storage
resources. It uses about 65W when idle, which amounts to roughly
15€ in monthly energy costs.&lt;/p&gt;
&lt;p&gt;Roundabout 25-30W come from the four harddisks being constantly
on. But truth be told, the NAS services are actually only used one
or two times a day.ä for watching movies or shows. For 20 hrs the
disks are idling away. Spinning them down saves 1/3rd of the energy
costs.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.familie-topp.net/img/server-power-consumption.jpg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;image&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Many people are concerned about stressing their disks with spinning
down and up a few times a day. My experience is that this is not a
problem unless you spin them up a few times per hour. I have been
spinning down disks since 2014 and never lost a disk. My latest
array has been running for three years now. Even if I would loose
a disk eventually, the saved money is more than enough to buy a
new disk. My RAID array can handle loosing a disk. In my opinion
common sense is much more important - for disks this means to mix
vendors and use disks from different manufacturing dates. Buying
all identical disks at once from the same shop puts you at much
higher risks for multiple disk failures which cannot be handled
by RAID levels.&lt;/p&gt;
&lt;p&gt;In Proxmox/Debian it is very easy to spin down idle disks. I use
the &lt;em&gt;hd-idle&lt;/em&gt; package:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;sudo apt install hd-idle
systemctl enable --now hd-idle
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;The configuration file needs updating to configure the correct
disks for spindown:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;nano /etc/default/hd-idle
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;At the bottom of the file you can find the options string. Below
example shows the options to spindown two disks after 1200s of idle
time. This works well for me, you might be happier with longer or
shorter idle periods.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;HD_IDLE_OPTS=&amp;#34;-a disk/by-label/wwn-0x50014ee25ca35250 -i 1200 \\
              -a disk/by-label/wwn-0x50014ee2b1f6a196 -i 1200 \\
              -l /var/log/hd-idle.log&amp;#34;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;You start the hd-idle service with systemd:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;sudo systemctl enable —now hd-idle.service
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;The current status of disks can be checked with hdparm:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;hdparm -C /dev/disk/by-id/wwn-0x5000039fe6f3c34e
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Its best to use disk identifiers &lt;code&gt;/dev/disks/by-id&lt;/code&gt; instead of
&lt;code&gt;/dev/sdX&lt;/code&gt;. Disk identifiers never change even when add or remove
disks from your server.&lt;/p&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;www.freepik.com&#34; &gt;Header image designed by Freepik&lt;/a&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Galaxies</title>
        <link>https://blog.familie-topp.net/astrophotography/galaxies/</link>
        <pubDate>Sun, 27 Oct 2024 20:17:25 +0100</pubDate>
        
        <guid>https://blog.familie-topp.net/astrophotography/galaxies/</guid>
        <description>&lt;img src="https://blog.familie-topp.net/img/site/NGC891_featured.jpg" alt="Featured image of post Galaxies" /&gt;&lt;h2 id=&#34;raw-stacks&#34;&gt;Raw Stacks
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://files.familie-topp.net/M81_275x180s.zip&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;M81_275x180s.zip&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://files.familie-topp.net/NGC6946_284x180s.zip&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NGC6946_284x180s.zip&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://files.familie-topp.net/NGC891_107x300s.zip&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NGC891_107x300s.zip&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://files.familie-topp.net/NGC2403_107x180s.zip&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NGC2403_107x180s.zip&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://files.familie-topp.net/M101_Widefield_128x300s.zip&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;M101_Widefield_128x300s.zip&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;bodes-galaxy-m-81&#34;&gt;Bode&amp;rsquo;s Galaxy M 81
&lt;/h2&gt;&lt;p&gt;Bode’s Galaxy &lt;strong&gt;M81&lt;/strong&gt; is a great target for galaxy season in the northern hemisphere. It is high in the sky rather close to the NCP which makes tracking easy and keeps it visible for a long time during the night. It is one of the few objects where a lot of fine-structure can be seen inside the galaxy. The whole area has a lot of faint dust that my image below does not capture.&lt;/p&gt;
&lt;p&gt;This image was done with a Celestron C8, the original 0.63x reducer/corrector and an ASI533MC (uncooled). Everything was mounted on a Skywatcher HEQ5 (with Rowan Belt Mod) together with 15 kg of counterweights on my backyard pier. Integration time is almost 14 hrs.&lt;/p&gt;
&lt;p&gt;Raw stack from PixInsight can be downloaded &lt;a class=&#34;link&#34; href=&#34;https://files.familie-topp.net/M81_275x180s.zip&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt;. It was calibrated with bias and flat frames. Standard settings from WBPP (2024) were used, incl. CFA drizzle at scale 1. It is slightly oversampled. This is 275x 180s at gain 101. Although I am generally not a fan of AI tools, I used BlurXTerminator for this image.&lt;/p&gt;
&lt;p&gt;My processed imaged with details can be found on &lt;a class=&#34;link&#34; href=&#34;https://astrob.in/zxrq7z/0/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Astrobin&lt;/a&gt;. You can read about the this galaxy &lt;a class=&#34;link&#34; href=&#34;https://en.wikipedia.org/wiki/Messier_81&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt; on Wikipedia.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.familie-topp.net/img/2022-M81-C8-ASI533MC-BlurX-253x180s.jpg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;image&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;fireworks-galaxy-ngc-6946&#34;&gt;Fireworks Galaxy NGC 6946
&lt;/h2&gt;&lt;p&gt;The &lt;em&gt;Fireworks Galaxy&lt;/em&gt; &lt;strong&gt;NGC 6946&lt;/strong&gt;: This is the result from three nights. It’s amazing to see how fast you can swamp the readnoise with the ASI533MC. The sensitivity seems to be roughly 4x that of my old Nikon D3400. And this is with the uncooled model! Sadly, my seeing is mostly meh. It’s always 3“ at my place. Rarely it’s 2.5“ and similar rarely it’s 3.5“. Kind of boring.&lt;/p&gt;
&lt;p&gt;This image was done with a Celestron C8, the original 0.63x reducer/corrector and an ASI533MC (uncooled). Everything was mounted on a Skywatcher HEQ5 (with Rowan Belt Mod) together with 15 kg of counterweights on my backyard pier. During processing I had to toss 40% of my frames from twining the nights due to wind and clouds. The HEQ5 is small for a C8 after all and it wasn’t the best weather. Integration time is a bit over 14 hrs from a three nights.&lt;/p&gt;
&lt;p&gt;Raw stack from PixInsight can be downloaded &lt;a class=&#34;link&#34; href=&#34;https://files.familie-topp.net/NGC6946_284x180s.zip&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt;. It was calibrated with bias and flat frames. Standard settings from WBPP (2024) were used, incl. CFA drizzle at scale 1. It is slightly oversampled. This is 284x 180s at gain 101.&lt;/p&gt;
&lt;p&gt;My processed imaged with details can be found on &lt;a class=&#34;link&#34; href=&#34;https://astrob.in/xa522y/H/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Astrobin&lt;/a&gt;. You can read about the this galaxy &lt;a class=&#34;link&#34; href=&#34;https://en.wikipedia.org/wiki/NGC_6946&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt; on Wikipedia.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.familie-topp.net/img/2022_NGC6946_C8-ASI533MC-HEQ5_284x180s.jpg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;image&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;spiral-galaxy-ngc-891&#34;&gt;Spiral Galaxy NGC 891
&lt;/h2&gt;&lt;p&gt;The side-on-visible spiral galaxy &lt;strong&gt;NGC 891&lt;/strong&gt;, also called the &lt;em&gt;Outer Limits Galaxy&lt;/em&gt;. I consider it to be a very special object because it&amp;rsquo;s arguably one of my best images: I like the side-on view with lots of details in the galaxy and the nice colorful stars. This image was done with a Celestron C8, the original 0.63x reducer/corrector and a Nikon D3400 (unmodified). Everything was mounted on a Skywatcher HEQ5 (with Rowan Belt Mod) together with 15 kg of counterweights on my backyard pier. Integration time is a almost 9 hrs from three nights.&lt;/p&gt;
&lt;p&gt;Raw stack from PixInsight can be downloaded &lt;a class=&#34;link&#34; href=&#34;https://files.familie-topp.net/NGC891_107x300s.zip&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt;. It was calibrated with bias and flat frames. Standard settings from WBPP (2024) were used, incl. CFA drizzle at scale 1. It is slightly oversampled. This is 107x 300s at gain 101.&lt;/p&gt;
&lt;p&gt;My processed imaged with details can be found on &lt;a class=&#34;link&#34; href=&#34;https://astrob.in/jvls7w/0/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Astrobin&lt;/a&gt;. You can read about the this galaxy &lt;a class=&#34;link&#34; href=&#34;https://en.wikipedia.org/wiki/NGC_891&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt; on Wikipedia.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.familie-topp.net/img/2022-09_NGC891_C8-D3400_107x300s.jpg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;image&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;ngc-2403&#34;&gt;NGC 2403
&lt;/h2&gt;&lt;p&gt;The galaxy &lt;strong&gt;NGC 2403&lt;/strong&gt; s a great target for galaxy season in the northern hemisphere. It is high in the sky rather close to the NCP which makes tracking easy and keeps it visible for a long time during the night. It is one of the less popular but very beautiful objects.&lt;/p&gt;
&lt;p&gt;This image was done with a Celestron C8, the original 0.63x reducer/corrector and an ASI533MC (uncooled). Everything was mounted on a Skywatcher HEQ5 (with Rowan Belt Mod) together with 15 kg of counterweights on my backyard pier. Integration time is a bit over 5 hrs from a single night.&lt;/p&gt;
&lt;p&gt;Raw stack from PixInsight can be downloaded &lt;a class=&#34;link&#34; href=&#34;https://files.familie-topp.net/NGC2403_107x180s.zip&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt;. It was calibrated with bias and flat frames. Standard settings from WBPP (2024) were used, incl. CFA drizzle at scale 1. It is slightly oversampled. This is 107x 180s at gain 101.&lt;/p&gt;
&lt;p&gt;My processed imaged with details can be found on &lt;a class=&#34;link&#34; href=&#34;https://astrob.in/1fd5z3/0/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Astrobin&lt;/a&gt;. You can read about the this galaxy &lt;a class=&#34;link&#34; href=&#34;https://en.wikipedia.org/wiki/NGC_2403&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt; on Wikipedia.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.familie-topp.net/img/2022-12-18_NGC2403_ASI533MC-C8-HEQ5_107x180s.jpg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;image&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;pinwheel-galaxy-m-101-widefield&#34;&gt;Pinwheel Galaxy M 101 (widefield)
&lt;/h2&gt;&lt;p&gt;Another object that is high in the sky in the northern hemisphere: the Pinwheel Galaxy &lt;strong&gt;M101&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;This image shows a widefield view of the area. It was acquired with a 20 EUR Sigma zoom lens at 195mm focal length (stopped down to f/7 for better quality) and a unmodified Nikon D3400. Everything was mounted on a Skywatcher HEQ5 (with Rowan Belt Mod). I collected almost 11 hrs over five nights.&lt;/p&gt;
&lt;p&gt;Raw stack from PixInsight can be downloaded &lt;a class=&#34;link&#34; href=&#34;https://files.familie-topp.net/M101_Widefield_128x300s.zip&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt;. It was calibrated with bias and flat frames. Standard settings from WBPP (2024) were used, incl. CFA drizzle at scale 1. This is 128x 300s subexposures.&lt;/p&gt;
&lt;p&gt;My processed imaged with details can be found on &lt;a class=&#34;link&#34; href=&#34;https://astrob.in/egi685/F/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Astrobin&lt;/a&gt;. You can read about the this galaxy &lt;a class=&#34;link&#34; href=&#34;https://en.wikipedia.org/wiki/Messier_101&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt; on Wikipedia.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.familie-topp.net/img/2022-04_M101_D3400-Sigma-APO-70-300-195mm-HEQ5-128x300s.jpg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;image&#34;
	
	
&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Nebulas</title>
        <link>https://blog.familie-topp.net/astrophotography/nebulas/</link>
        <pubDate>Tue, 22 Oct 2024 19:13:56 +0200</pubDate>
        
        <guid>https://blog.familie-topp.net/astrophotography/nebulas/</guid>
        <description>&lt;img src="https://blog.familie-topp.net/img/site/NGC7000_featured.jpg" alt="Featured image of post Nebulas" /&gt;&lt;h2 id=&#34;raw-stacks&#34;&gt;Raw Stacks
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://files.familie-topp.net/NGC7000_132x300s-Ha_195x300s-OIII.zip&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NGC7000_132x300s-Ha_195x300s-OIII.zip&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://files.familie-topp.net/M76_131x180s.zip&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;M76_131x180s.zip&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;north-american-nebula-ngc-7000&#34;&gt;North American Nebula NGC 7000
&lt;/h2&gt;&lt;p&gt;This image shows a widefield view of the North American and Pelican Nebula are in Cygnus. It was acquired with a 20 EUR Sigma zoom lens at 195mm focal length (stopped down to f/7 for better quality) and a unmodified Nikon D3400. A ZWO Duoband filter was placed in front of the lens. Everything was mounted on a AZ-GTI in EQ mode. I collected data on three nights, some of the Ha data was captured in astronomical twilight.&lt;/p&gt;
&lt;p&gt;Processing was done in a special way. Since the duoband filter passes light at Ha and OIII wavelength (12nm and 30nm width) I seperated the RAW data into its individual Bayer matrix components using SplitCFA in PixInsight: Red was assigned to Ha, Green to OIII and Blue also to OIII. The oxygen signal ends up in the blue and green channel because for a typical Bayer matrix, both color channels have a significant overlap. This allows to do a freestyle HOO color combination when processing.&lt;/p&gt;
&lt;p&gt;Raw stack from PixInsight can be downloaded &lt;a class=&#34;link&#34; href=&#34;https://files.familie-topp.net/NGC7000_132x300s-Ha_195x300s-OIII.zip&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt;. The zip files contains a stack of the red channel as Ha (132x 300s) and blue/green as OIII (195x300s).&lt;/p&gt;
&lt;p&gt;My processed imaged with details can be found on &lt;a class=&#34;link&#34; href=&#34;https://astrob.in/nzlndv/O/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Astrobin&lt;/a&gt;. You can read about the this galaxy &lt;a class=&#34;link&#34; href=&#34;https://en.wikipedia.org/wiki/North_America_Nebula&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt; on Wikipedia.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.familie-topp.net/img/2020_NGC7000_D3400-195mm-Duoband-R2.jpg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;image&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;little-dumbell-nebula-m-76&#34;&gt;Little Dumbell Nebula M 76
&lt;/h2&gt;&lt;p&gt;The Little Dumbell Nebula &lt;strong&gt;M76&lt;/strong&gt; is one of the smaller yet interesting objects&lt;/p&gt;
&lt;p&gt;This image was done with a Celestron C8, the original 0.63x reducer/corrector and an ASI533MC (uncooled). Everything was mounted on a Skywatcher HEQ5 (with Rowan Belt Mod) together with 15 kg of counterweights on my backyard pier. Integration time is a 6.5 hrs from a single night.&lt;/p&gt;
&lt;p&gt;Raw stack from PixInsight can be downloaded &lt;a class=&#34;link&#34; href=&#34;https://files.familie-topp.net/M76_131x180s.zip&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt;. It was calibrated with bias and flat frames. Standard settings from WBPP (2024) were used, incl. CFA drizzle at scale 1. It is slightly oversampled. This is 131x 180s at gain 101.&lt;/p&gt;
&lt;p&gt;My processed imaged with details can be found on &lt;a class=&#34;link&#34; href=&#34;https://astrob.in/fp30tt/0/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Astrobin&lt;/a&gt;. You can read about the this galaxy &lt;a class=&#34;link&#34; href=&#34;https://en.wikipedia.org/wiki/Messier_76&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt; on Wikipedia.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.familie-topp.net/img/2022-12-18_M76_C8-ASI533MC-HEQ5-131x180s.jpg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;image&#34;
	
	
&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Star Clusters (Open and Globulars)</title>
        <link>https://blog.familie-topp.net/astrophotography/star-clusters/</link>
        <pubDate>Tue, 22 Oct 2024 11:28:11 +0200</pubDate>
        
        <guid>https://blog.familie-topp.net/astrophotography/star-clusters/</guid>
        <description>&lt;img src="https://blog.familie-topp.net/img/site/NGC869_bkgrnd.jpg" alt="Featured image of post Star Clusters (Open and Globulars)" /&gt;&lt;h2 id=&#34;raw-stacks&#34;&gt;Raw Stacks
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://files.familie-topp.net/Double-Cluster_2x30x180s.zip&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Double-Cluster_2x30x180s.zip&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;double-cluster-ngc-864-and-ngc-869&#34;&gt;Double Cluster NGC 864 and NGC 869
&lt;/h2&gt;&lt;p&gt;The &lt;strong&gt;Double Cluster&lt;/strong&gt; in Perseus consists of two open star clusters &lt;em&gt;NGC 869&lt;/em&gt; and &lt;em&gt;NGC 869&lt;/em&gt;. They span around 1° on the sky, which makes them a joy to observe and image in smaller scopes. This image was done with a Celestron C8, the 0.63x reducer/corrector and an ASI533MC (uncooled). The small FOV necessitated making this a mosaic.&lt;/p&gt;
&lt;p&gt;Individual stacks can be downloaded &lt;a class=&#34;link&#34; href=&#34;https://files.familie-topp.net/Double-Cluster_2x30x180s.zip&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt;. Each panel is 30x 180s at gain 101.&lt;/p&gt;
&lt;p&gt;My processed imaged with details can be found on &lt;a class=&#34;link&#34; href=&#34;https://astrob.in/yp2v4j/0/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Astrobin&lt;/a&gt;. You can read about the Double Cluster &lt;a class=&#34;link&#34; href=&#34;https://en.wikipedia.org/wiki/Double_Cluster&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.familie-topp.net/img/2022-12-14_Double-Cluster_ASI533MC-C8-HEQ5_60x180s_Mosaic.jpg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;image&#34;
	
	
&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>GoTo Modification for the Skywatcher SkyTee 2 Alt-Az Mount</title>
        <link>https://blog.familie-topp.net/equipment/skytee2/</link>
        <pubDate>Sun, 20 Oct 2024 17:44:38 +0200</pubDate>
        
        <guid>https://blog.familie-topp.net/equipment/skytee2/</guid>
        <description>&lt;p&gt;A few people asked me to share how I motorized my manual SkyTee 2 alt-az mount into a full GoTo system using OnStep. The SkyTee 2 is sold under different brand names, but the mount is always the same. Mine is branded as the &lt;strong&gt;Omegon TwinMaster AZ&lt;/strong&gt;.&lt;/p&gt;
&lt;h2 id=&#34;cost-overview&#34;&gt;Cost Overview
&lt;/h2&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Component&lt;/th&gt;
          &lt;th&gt;Cost (approx.)&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Mount&lt;/td&gt;
          &lt;td&gt;350 EUR&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Tripod&lt;/td&gt;
          &lt;td&gt;150 EUR&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Electronics&lt;/td&gt;
          &lt;td&gt;100 EUR&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Total&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;strong&gt;~600 EUR&lt;/strong&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The beauty of this modification is that it requires &lt;strong&gt;no 3D printer and no custom parts&lt;/strong&gt;. For around 600 EUR you get a mount that handles a C8 effortlessly. With upgraded clamps and proper balancing, I would put a C9.25 on it without hesitation.&lt;/p&gt;
&lt;h2 id=&#34;performance&#34;&gt;Performance
&lt;/h2&gt;&lt;p&gt;Visually, the mount is a joy — focus wobble is negligible even at 500x. For astrophotography, it achieves &lt;strong&gt;10 seconds unguided at 1300mm focal length&lt;/strong&gt;, and with guiding I get &lt;strong&gt;90-second exposures at 1300mm with a 95% keep rate&lt;/strong&gt; (field rotation becomes the bigger limiting factor at that point). Some example images can be found in my &lt;a class=&#34;link&#34; href=&#34;https://www.cloudynights.com/topic/814988-altaz-imaging-with-guiding-images-included/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;alt-az imaging thread on CloudyNights&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;parts-list&#34;&gt;Parts List
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;2× M4×14 screws (plus 2× M4×16 as backup)&lt;/li&gt;
&lt;li&gt;2× NEMA17 mounting brackets&lt;/li&gt;
&lt;li&gt;2× NEMA17 motors (200 steps/rotation, 1.5A)&lt;/li&gt;
&lt;li&gt;2× 16T 6mm GT2 pulleys&lt;/li&gt;
&lt;li&gt;2× 48T 6mm GT2 pulleys&lt;/li&gt;
&lt;li&gt;1× 166T 6mm GT2 belt (ALT axis)&lt;/li&gt;
&lt;li&gt;1× 164T 6mm GT2 belt (AZ axis)&lt;/li&gt;
&lt;li&gt;1× OnStep controller (MKS Gen L 2.0 with TMC5160 drivers)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I used mounting brackets with the measurements below:&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.familie-topp.net/img/skytee2_brackets.jpg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;image&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;mechanical-assembly&#34;&gt;Mechanical Assembly
&lt;/h2&gt;&lt;p&gt;The SkyTee 2 has conveniently located mounting screws at the wormgear housings of both the AZ and ALT axes. These can be used to mount NEMA17 motor brackets directly. The screws are M4 — be careful not to strip the threading, as the metal is fairly soft.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.familie-topp.net/img/skytee2_az.jpg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;image&#34;
	
	
&gt;&lt;/p&gt;
&lt;h3 id=&#34;azimuth-axis&#34;&gt;Azimuth Axis
&lt;/h3&gt;&lt;p&gt;The AZ bracket fits directly and is straightforward to install. I only use &lt;strong&gt;one screw&lt;/strong&gt; to attach it — I was skeptical at first, but 18 months of use has shown it is solid enough. There is very little torque applied during normal operation.&lt;/p&gt;
&lt;h3 id=&#34;altitude-axis&#34;&gt;Altitude Axis
&lt;/h3&gt;&lt;p&gt;The ALT bracket is slightly more involved. The wormgear housing sits closer to the base, so you need to &lt;strong&gt;remove the back part of the NEMA17 bracket&lt;/strong&gt; to make it fit. This is easy to do with a small metal saw.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.familie-topp.net/img/skytee2_az_assembled.jpg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;image&#34;
	
	
&gt;
&lt;img src=&#34;https://blog.familie-topp.net/img/skytee2_alt.jpg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;image&#34;
	
	
&gt;&lt;/p&gt;
&lt;h3 id=&#34;pulleys-and-belts&#34;&gt;Pulleys and Belts
&lt;/h3&gt;&lt;p&gt;Remove one slow-motion knob per axis — each is held by a small grub screw and comes off easily once loosened. The &lt;strong&gt;48T pulleys replace the slow-mo knobs&lt;/strong&gt;, and the &lt;strong&gt;16T pulleys go on the motor shafts&lt;/strong&gt;, giving a &lt;strong&gt;3:1 reduction&lt;/strong&gt;. The wormwheel has 144 teeth (identical to the EQ5), resulting in an overall &lt;strong&gt;432:1 mechanical reduction&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Since both axes are slightly different lengths, the required belt lengths differ — 166T for ALT and 164T for AZ. That said, it is worth buying a small variety of lengths since they are inexpensive. Fit the belt onto both pulleys before gently sliding the assembly onto both axis shafts, and align carefully. Belts do not need much tension — being able to press the belt in by 5mm is perfectly fine.&lt;/p&gt;
&lt;p&gt;At this point the mechanical part is essentially complete. Opening the clutches or disconnecting the motors from the controller allows you to continue using the mount fully manually.&lt;/p&gt;
&lt;h2 id=&#34;electronics-and-onstep-configuration&#34;&gt;Electronics and OnStep Configuration
&lt;/h2&gt;&lt;p&gt;I used an &lt;strong&gt;MKS Gen L 2.0&lt;/strong&gt; 3D printer board with &lt;strong&gt;TMC5160 drivers&lt;/strong&gt;. The TMC5160s are on the pricier side (~10 EUR each on AliExpress) but run cool and quiet. I bought 1.5A motors, which could not be driven reliably by the TMC2130s typically recommended for OnStep. Most OnStep users recommend 400-step, 0.9A motors — these work well with TMC2130s.&lt;/p&gt;
&lt;p&gt;Key configuration parameters in OnStep:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Microsteps for tracking:&lt;/strong&gt; 32 → 7680 steps per degree&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Motor current (via SPI):&lt;/strong&gt; 1200mA tracking / 1400mA GoTo&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Microsteps during slews:&lt;/strong&gt; 8 (improves GoTo speed on the slower MKS Gen L board)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Base slew rate:&lt;/strong&gt; 2°/second&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The controller runs on &lt;strong&gt;12V&lt;/strong&gt;. I control it via &lt;strong&gt;SkySafari&lt;/strong&gt; and the built-in OnStep web interface. If you build your own board instead of using the MKS Gen L, you can add an ST4 port for a handcontroller. I also demonstrated a wireless handcontroller solution that has since been merged into the standard OnStep repository — meaning handcontroller support is available even on builds like this one.&lt;/p&gt;
&lt;p&gt;Full OnStep documentation and a friendly community can be found at &lt;a class=&#34;link&#34; href=&#34;https://onstep.groups.io/g/main&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;onstep.groups.io&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;final-result&#34;&gt;Final Result
&lt;/h2&gt;&lt;p&gt;The finished build has the controller neatly attached to the legs of the mount — a compact and clean setup that is easy to transport.&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
