<?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>bining &#8211; A S T R O L A B O &#8211; Origin</title>
	<atom:link href="https://astrolabo.synology.me/tag/bining/feed/" rel="self" type="application/rss+xml" />
	<link>https://astrolabo.synology.me</link>
	<description>Yatoutskifo pour l&#039;astro et l&#039;origin</description>
	<lastBuildDate>Fri, 16 Nov 2007 05:01:44 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>

<image>
	<url>https://astrolabo.synology.me/wp-content/uploads/2025/01/cropped-2025-01-16_22-02-55-32x32.png</url>
	<title>bining &#8211; A S T R O L A B O &#8211; Origin</title>
	<link>https://astrolabo.synology.me</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Script LRVB pour Astroart</title>
		<link>https://astrolabo.synology.me/2007/11/16/script-lrvb-pour-astroart/</link>
					<comments>https://astrolabo.synology.me/2007/11/16/script-lrvb-pour-astroart/#respond</comments>
		
		<dc:creator><![CDATA[Denis]]></dc:creator>
		<pubDate>Fri, 16 Nov 2007 05:01:44 +0000</pubDate>
				<category><![CDATA[TRAITEMENT]]></category>
		<category><![CDATA[astroart]]></category>
		<category><![CDATA[bining]]></category>
		<category><![CDATA[filtre]]></category>
		<category><![CDATA[luminance]]></category>
		<category><![CDATA[rvb]]></category>
		<category><![CDATA[script]]></category>
		<guid isPermaLink="false">http://www.astrolabo.com/?p=1093</guid>

					<description><![CDATA[Un script  Astroart pour automatiser la prise de vue LRVB avec une roue à filtre motorisée. Ce script permet de spécifier le bining de  la luminance et des images couleurs. Le temps de pose individuel  de chaque canal est réglable. A tester, je n&#8217;ai pas de roue à filtres motorisée. …<p class="continue-reading-button"> <a class="continue-reading-link" href="https://astrolabo.synology.me/2007/11/16/script-lrvb-pour-astroart/">Lire la suite<i class="crycon-right-dir"></i></a></p>]]></description>
										<content:encoded><![CDATA[<p>Un script  Astroart pour automatiser la prise de vue LRVB avec une roue à filtre motorisée.</p>
<p>Ce script permet de spécifier le bining de  la luminance et des images couleurs. Le temps de pose individuel  de chaque canal est réglable.</p>
<p>A tester, je n&rsquo;ai pas de roue à filtres motorisée.</p>
<p>&lsquo;</p>
<h6>AstroArt script to take a sequence of images</h6>
<h6>&lsquo; with binning and filter wheel control</h6>
<h6>&lsquo; J C Moore</h6>
<h6>&lsquo; 11th Apr 2007</h6>
<h6>print « LRGB imager »</h6>
<h6>input « Object Name », on$            &lsquo; e.g. « m51 »</h6>
<h6>Path$ = « c:\Astro\AstroArt_Scripts\ » + on$ + « \ »</h6>
<h6>Createdir(Path$)                &lsquo; Only if it doesn&rsquo;t exist</h6>
<h6>LPath$ = « c:\Astro\AstroArt_Scripts\ » + on$ + « \L\ »</h6>
<h6>Createdir(LPath$)                &lsquo; Only if it doesn&rsquo;t exist</h6>
<h6>RPath$ = « c:\Astro\AstroArt_Scripts\ » + on$ + « \R\ »</h6>
<h6>Createdir(RPath$)                &lsquo; Only if it doesn&rsquo;t exist</h6>
<h6>GPath$ = « c:\Astro\AstroArt_Scripts\ » + on$ + « \G\ »</h6>
<h6>Createdir(GPath$)                &lsquo; Only if it doesn&rsquo;t exist</h6>
<h6>BPath$ = « c:\Astro\AstroArt_Scripts\ » + on$ + « \B\ »</h6>
<h6>Createdir(BPath$)                &lsquo; Only if it doesn&rsquo;t exist</h6>
<h6>print « Saving in  » + Path$</h6>
<h6>input « Filter sequence (e.g. LLRGB) », seq$</h6>
<h6>input « Luminance exposure (seconds) », L_exposure</h6>
<h6>input « Luminance binning (1,2 or 3) », LB</h6>
<h6>input « Colour binning (1,2 or 3) », CB</h6>
<h6>input « Red exposure (seconds) », R_exposure</h6>
<h6>input « Green exposure (seconds) », G_exposure</h6>
<h6>input « Blue exposure (seconds) », B_exposure</h6>
<h6>message(« Start? »)</h6>
<h6>Lum_N = 0</h6>
<h6>Red_N = 0</h6>
<h6>Gre_N = 0</h6>
<h6>Blu_N = 0</h6>
<h6>Total = 0</h6>
<h6>for i = 1 to 100</h6>
<h6>  for j = 1 to len(seq$)</h6>
<h6>    f$ = seq$[j]</h6>
<h6>    Wheel.Goto(f$)</h6>
<h6>    if f$ = « L » then</h6>
<h6>      Binning = LB: E = L_Exposure</h6>
<h6>      Lum_N=Lum_N+1: k = Lum_N</h6>
<h6>      Save_Path$ = LPath$</h6>
<h6>    endif</h6>
<h6>    if f$ = « R » then</h6>
<h6>      Binning = CB: E = R_Exposure</h6>
<h6>      Red_N=Red_N+1: k = Red_N</h6>
<h6>      Save_Path$ = RPath$</h6>
<h6>    endif</h6>
<h6>    if f$ = « G » then</h6>
<h6>      Binning = CB: E = G_Exposure</h6>
<h6>      Gre_N=Gre_N+1: k = Gre_N</h6>
<h6>      Save_Path$ = GPath$</h6>
<h6>    endif</h6>
<h6>    if f$ = « B » then</h6>
<h6>      Binning = CB: E = B_Exposure</h6>
<h6>      Blu_N=Blu_N+1: k = Blu_N</h6>
<h6>      Save_Path$ = BPath$</h6>
<h6>    endif</h6>
<h6>    Camera.Binning(Binning)</h6>
<h6>    Camera.Start(E)</h6>
<h6>    Name$ = on$+ »_ »+f$+format$(k, »0## »)+ »_ »+str$(E)+ »secs »+ ».fit »</h6>
<h6>    Print Name$</h6>
<h6>    Total = Total + 1</h6>
<h6>    if Total &gt; 1 then</h6>
<h6>      if E &gt; 2 then</h6>
<h6>        Pause(E-2)</h6>
<h6>      endif</h6>
<h6>      Image.Close</h6>
<h6>    endif</h6>
<h6>    Camera.Wait</h6>
<h6>    Image.Rename(Name$)</h6>
<h6>    Image.Save(Save_Path$+Name$)</h6>
<h6>  next j</h6>
<h6>next i</h6>
]]></content:encoded>
					
					<wfw:commentRss>https://astrolabo.synology.me/2007/11/16/script-lrvb-pour-astroart/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>NGC 1491 juste avant les nuages et la pluie</title>
		<link>https://astrolabo.synology.me/2007/11/06/ngc-1491-juste-avant-les-nuages-et-la-pluie/</link>
					<comments>https://astrolabo.synology.me/2007/11/06/ngc-1491-juste-avant-les-nuages-et-la-pluie/#respond</comments>
		
		<dc:creator><![CDATA[Denis]]></dc:creator>
		<pubDate>Tue, 06 Nov 2007 08:06:45 +0000</pubDate>
				<category><![CDATA[¨¨¨Nébuleuses gazeuses]]></category>
		<category><![CDATA[bining]]></category>
		<category><![CDATA[drizzle]]></category>
		<category><![CDATA[fitswork]]></category>
		<category><![CDATA[iris]]></category>
		<category><![CDATA[nébuleuse]]></category>
		<guid isPermaLink="false">http://www.astrolabo.com/?p=913</guid>

					<description><![CDATA[Juste avant que cela se couvre ce qui explique le peu d&#8217;images. 11 images de 300s en H-Alpha 2 images de 200s en RVB le tout autoguidé avec Guidemaster Atik16hr+FS102+réducteur 6.3 Réduction à 75% Traitement Iris + Fitswork + Paintshop Drizzle x2 avec Iris puis bining 2x<p class="continue-reading-button"> <a class="continue-reading-link" href="https://astrolabo.synology.me/2007/11/06/ngc-1491-juste-avant-les-nuages-et-la-pluie/">Lire la suite<i class="crycon-right-dir"></i></a></p>]]></description>
										<content:encoded><![CDATA[<p>Juste avant que cela se couvre ce qui explique le peu d&rsquo;images.</p>
<p>11 images de 300s en H-Alpha</p>
<p>2 images de 200s en RVB</p>
<p>le tout autoguidé avec Guidemaster</p>
<p>Atik16hr+FS102+réducteur 6.3</p>
<p>Réduction à 75%</p>
<p>Traitement Iris + Fitswork + Paintshop</p>
<p>Drizzle x2 avec Iris puis bining 2x</p>
<p><a href="https://astrolabo.synology.me/wp-content/nouveau_blog/2007/11/ngc1491.jpg"><img fetchpriority="high" decoding="async" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="772" alt="ngc1491" src="https://astrolabo.synology.me/wp-content/nouveau_blog/2007/11/ngc1491-thumb.jpg" width="1038" border="0"></a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://astrolabo.synology.me/2007/11/06/ngc-1491-juste-avant-les-nuages-et-la-pluie/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>M33 à la FS102</title>
		<link>https://astrolabo.synology.me/2006/12/11/m33-a-la-fs102/</link>
					<comments>https://astrolabo.synology.me/2006/12/11/m33-a-la-fs102/#respond</comments>
		
		<dc:creator><![CDATA[Denis]]></dc:creator>
		<pubDate>Mon, 11 Dec 2006 19:19:44 +0000</pubDate>
				<category><![CDATA[¨¨¨Galaxies]]></category>
		<category><![CDATA[** A T I K 16 H R **]]></category>
		<category><![CDATA[Takahashi FS102]]></category>
		<category><![CDATA[bining]]></category>
		<category><![CDATA[rvb]]></category>
		<category><![CDATA[Takahashi]]></category>
		<guid isPermaLink="false">http://www.astrocoolpix.net/blog/?p=49</guid>

					<description><![CDATA[Vu que ma map en luminance était ratée, j&#8217;ai traité les couches RVB mais en bining 2&#215;2 (petite image) mais mieux définie 10 x 45s en RVB le 11 décembre 2006<p class="continue-reading-button"> <a class="continue-reading-link" href="https://astrolabo.synology.me/2006/12/11/m33-a-la-fs102/">Lire la suite<i class="crycon-right-dir"></i></a></p>]]></description>
										<content:encoded><![CDATA[<p>Vu que ma map en luminance était ratée, j&rsquo;ai traité les couches RVB mais en bining 2&#215;2 (petite image) mais mieux définie</p>
<p><a href="http://jeanmoulin.dyndns.org/astrolabo/zenphoto/index.php?album=galaxies&amp;image=m33_taka2.jpg"><img decoding="async" class="ZenPress_thumb " alt="m33_taka2" title="m33_taka2" src="http://jeanmoulin.dyndns.org/astrolabo/zenphoto/zen/i.php?a=galaxies&amp;i=m33_taka2.jpg&amp;w=250&amp;h="  /></a></p>
<p>10 x 45s en RVB le 11 décembre 2006</p>
]]></content:encoded>
					
					<wfw:commentRss>https://astrolabo.synology.me/2006/12/11/m33-a-la-fs102/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Mise en cache de page à l’aide de Disk: Enhanced 
Chargement différé (feed)

Served from: astrolabo.synology.me @ 2026-04-28 04:25:39 by W3 Total Cache
-->