<?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>strange things/cosas raras</title>
	<atom:link href="http://music.columbia.edu/~douglas/strange_things/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://music.columbia.edu/~douglas/strange_things</link>
	<description>an experiment archive</description>
	<lastBuildDate>Tue, 17 Nov 2009 18:54:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>the golden age of plottercopiers</title>
		<link>http://music.columbia.edu/~douglas/strange_things/?p=343</link>
		<comments>http://music.columbia.edu/~douglas/strange_things/?p=343#comments</comments>
		<pubDate>Tue, 17 Nov 2009 18:39:20 +0000</pubDate>
		<dc:creator>douglas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[chiplotle]]></category>
		<category><![CDATA[hpgl]]></category>
		<category><![CDATA[plotter]]></category>

		<guid isPermaLink="false">http://music.columbia.edu/~douglas/strange_things/?p=343</guid>
		<description><![CDATA[faster.mov
Update!

Brian yelled at me so I converted my autoplotting code to Python. Now it&#8217;s:

* Python for holding it all together
 * openCV for grabbing image from the camera, applying Canny edge detection, saving bitmap
 * autotrace for centerline tracing bitmap and converting to eps vector file
 * pstoedit for converting eps vectors to hpgl
 * [...]]]></description>
			<content:encoded><![CDATA[<p><center><a href="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/2009/11/faster.mov"><img class="aligncenter size-full wp-image-344" title="faster_keyframe" src="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/2009/11/faster_keyframe.jpg" alt="faster_keyframe" width="500" height="375" /></a><a href="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/2009/11/faster.mov">faster.mov</a></center></p>
<p><strong><em><a href="http://music.columbia.edu/~douglas/strange_things/?p=328">Update!</a></em></strong></p>
<p><br class="spacer_" /></p>
<p><a href="http://variogr.am">Brian</a> yelled at me so I converted my autoplotting code to Python. Now it&#8217;s:</p>
<p><br class="spacer_" /></p>
<p>* Python for holding it all together<br />
 * <a href="http://opencv.willowgarage.com/wiki">openCV</a> for grabbing image from the camera, applying Canny edge detection, saving bitmap<br />
 * <a href="http://autotrace.sourceforge.net">autotrace</a> for centerline tracing bitmap and converting to eps vector file<br />
 * <a href="http://www.helga-glunz.homepage.t-online.de/pstoedit">pstoedit</a> for converting eps vectors to hpgl<br />
 * <a href="http://chiplotle.org">Chiplotle</a> for driving Roland DXY-1300 desktop plotter</p>
<p><br class="spacer_" /></p>
<p>As you can see in the video it all happens very quickly. You run Faster.py, point the camera at something, press &#8216;p&#8217; for &#8216;plot it now, fool&#8217;, and the plotter starts cranking!</p>
<p><br class="spacer_" /></p>
<p>It&#8217;s like a very slow, low resolution, curve-inducing, monochromatic, photocopier hooked up to a webcam. Finally.</p>
<p><br class="spacer_" /></p>
<p>(Thanks to <a href="http://www.samuelpluta.com">Sam Pluta</a> for the expert camerawork)</p>
]]></content:encoded>
			<wfw:commentRss>http://music.columbia.edu/~douglas/strange_things/?feed=rss2&amp;p=343</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/2009/11/faster.mov" length="1652080" type="video/quicktime" />
		</item>
		<item>
		<title>camera to plotter express</title>
		<link>http://music.columbia.edu/~douglas/strange_things/?p=328</link>
		<comments>http://music.columbia.edu/~douglas/strange_things/?p=328#comments</comments>
		<pubDate>Mon, 16 Nov 2009 21:42:56 +0000</pubDate>
		<dc:creator>douglas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[chiplotle]]></category>
		<category><![CDATA[hpgl]]></category>
		<category><![CDATA[plotter]]></category>

		<guid isPermaLink="false">http://music.columbia.edu/~douglas/strange_things/?p=328</guid>
		<description><![CDATA[


WOW! In just a few hours of hacking I&#8217;ve got a fast, automatic camera to plotter system up and running. It&#8217;s a little Java app that grabs an image from a webcam, uses a Canny edge detector to make a bw bitmap of the edges, calls potrace to turn that into vectors (in an .eps [...]]]></description>
			<content:encoded><![CDATA[<p><br class="spacer_" /></p>
<p><center><a href="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/2009/11/IMG_6414_sm.jpg"><img class="aligncenter size-full wp-image-332" title="IMG_6414_sm" src="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/2009/11/IMG_6414_sm.jpg" alt="IMG_6414_sm" width="400" height="300" /></a></center></p>
<p><br class="spacer_" /></p>
<p>WOW! In just a few hours of hacking I&#8217;ve got a fast, automatic camera to plotter system up and running. It&#8217;s a little Java app that grabs an image from a webcam, uses a Canny edge detector to make a bw bitmap of the edges, calls <a href="http://potrace.sourceforge.net">potrace</a> to turn that into vectors (in an .eps file), calls <a href="http://www.helga-glunz.homepage.t-online.de/pstoedit">pstoedit</a> to convert the .eps to HPGL, then finally pipes the .hpgl file out to <a href="http://chiplotle.org">Chiplotle</a>, which drives the DXY-1300 on my desk. The whole process, up to the actual plotting, takes just a couple seconds. Plotting takes several minutes, depending on the complexity of the plot.</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><center><a href="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/2009/11/IMG_6418_sm.jpg"><img class="aligncenter size-full wp-image-334" title="IMG_6418_sm" src="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/2009/11/IMG_6418_sm.jpg" alt="IMG_6418_sm" width="400" height="300" /></a></center></p>
<p><br class="spacer_" /></p>
<p>It needs some controls and tuning to get a reasonable number of edges and to avoid lots of speckly noise. The images captured in the piece I&#8217;m working on will be in a controlled light environment, so once the basic tuning is done I think it&#8217;ll be able to run without much tweaking.</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><center><a href="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/2009/11/IMG_6415_sm.jpg"><img class="aligncenter size-full wp-image-333" title="IMG_6415_sm" src="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/2009/11/IMG_6415_sm.jpg" alt="IMG_6415_sm" width="400" height="533" /></a></center></p>
<p><br class="spacer_" /></p>
<p>So now if I have something in my studio that I want a copy of I can just hold it up to the webcam and in 10s of minutes I can have a noisy, monochromatic pen drawing of it! It&#8217;s like a desktop version of <a href="http://fotron2000.com">Fotron2000</a>!</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><center><a href="http://fotron2000.com"><img src="http://fotron2000.com/6panels.jpg" alt="Fotron2000" /></a></center></p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://music.columbia.edu/~douglas/strange_things/?feed=rss2&amp;p=328</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>mint plotter</title>
		<link>http://music.columbia.edu/~douglas/strange_things/?p=314</link>
		<comments>http://music.columbia.edu/~douglas/strange_things/?p=314#comments</comments>
		<pubDate>Tue, 10 Nov 2009 21:03:51 +0000</pubDate>
		<dc:creator>douglas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[chiplotle]]></category>
		<category><![CDATA[hpgl]]></category>
		<category><![CDATA[mint]]></category>
		<category><![CDATA[plotter]]></category>

		<guid isPermaLink="false">http://music.columbia.edu/~douglas/strange_things/?p=314</guid>
		<description><![CDATA[


It does not plot with mint (mmm) but it is a mint plotter, new in the box, acquired via the magic eBaysian time travel delivery service for a mere $100USD. It&#8217;s a Unisys GRP 2-PLT from 1990, which I think is a re-branded Houston Instruments model. It emulates an HP7475a, which means it&#8217;s running like [...]]]></description>
			<content:encoded><![CDATA[<p><center><br />
<a href="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/2009/11/IMG_6393.jpg"><img src="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/2009/11/IMG_6393.jpg" alt="Unisys plotter" title="Unisys plotter" width="640" height="480" class="aligncenter" /></a><br />
</center></p>
<p>It does not plot with mint (mmm) but it is a mint plotter, new in the box, acquired via the magic eBaysian time travel delivery service for a mere $100USD. It&#8217;s a Unisys GRP 2-PLT from 1990, which I think is a re-branded Houston Instruments model. It emulates an HP7475a, which means it&#8217;s running like a champ out of the box with <a href="http://chiplotle.org">Chiplotle</a>!</p>
<p><center><br />
<a href="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/2009/11/IMG_6395.jpg"><img src="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/2009/11/IMG_6395.jpg" alt="Unisys plotter detail" title="Unisys plotter detail" width="640" height="480" class="aligncenter" /></a><br />
</center></p>
<p><center><br />
<a href='http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/2009/11/unisys_plotter.mov'><img src="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/2009/11/unisys_plotter_keyframe.jpg" alt="unisys_plotter_keyframe" title="unisys_plotter_keyframe" width="640" height="480" class="aligncenter" />movie!</a></p>
<p></center></p>
]]></content:encoded>
			<wfw:commentRss>http://music.columbia.edu/~douglas/strange_things/?feed=rss2&amp;p=314</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/2009/11/unisys_plotter.mov" length="194341" type="video/quicktime" />
		</item>
		<item>
		<title>wall drawing party!</title>
		<link>http://music.columbia.edu/~douglas/strange_things/?p=311</link>
		<comments>http://music.columbia.edu/~douglas/strange_things/?p=311#comments</comments>
		<pubDate>Mon, 09 Nov 2009 04:37:23 +0000</pubDate>
		<dc:creator>douglas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[party]]></category>
		<category><![CDATA[Sol LeWitt]]></category>

		<guid isPermaLink="false">http://music.columbia.edu/~douglas/strange_things/?p=311</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><center<img src="http://music.columbia.edu/~douglas/family_pics/wall_drawing_party/source/image/img_6311.jpg" alt="!Rama drawing a line" /></center></p>
<p>
Lots of pics of friends helping us loosely execute Sol LeWitt&#8217;s &#8220;Wall Drawing 787&#8243; in our baby room: <a href="http://music.columbia.edu/~douglas/family_pics/wall_drawing_party">wall drawing party</a></p>
]]></content:encoded>
			<wfw:commentRss>http://music.columbia.edu/~douglas/strange_things/?feed=rss2&amp;p=311</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dissonant counterspots</title>
		<link>http://music.columbia.edu/~douglas/strange_things/?p=308</link>
		<comments>http://music.columbia.edu/~douglas/strange_things/?p=308#comments</comments>
		<pubDate>Thu, 29 Oct 2009 04:22:17 +0000</pubDate>
		<dc:creator>douglas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dissonant counterpoint]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://music.columbia.edu/~douglas/strange_things/?p=308</guid>
		<description><![CDATA[Larry Polansky and I have been geeking out over dissonant counterpoint. I made a quick Java applet visualization/sonification to help understand what&#8217;s happening:
Dissonant Counterspots
]]></description>
			<content:encoded><![CDATA[<div id="attachment_309" class="wp-caption aligncenter" style="width: 310px"><a href="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/2009/10/DC.png"><img src="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/2009/10/DC-300x198.png" alt="Dissonant Counterspots" title="DC" width="300" height="198" class="size-medium wp-image-309" /></a><p class="wp-caption-text">Dissonant Counterspots</p></div>
<p>Larry Polansky and I have been geeking out over dissonant counterpoint. I made a quick Java applet visualization/sonification to help understand what&#8217;s happening:</p>
<p><a href="http://music.columbia.edu/~douglas/dissonant_counterpoint">Dissonant Counterspots</a></p>
]]></content:encoded>
			<wfw:commentRss>http://music.columbia.edu/~douglas/strange_things/?feed=rss2&amp;p=308</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>more steel mesh screen printing</title>
		<link>http://music.columbia.edu/~douglas/strange_things/?p=300</link>
		<comments>http://music.columbia.edu/~douglas/strange_things/?p=300#comments</comments>
		<pubDate>Fri, 16 Oct 2009 03:19:04 +0000</pubDate>
		<dc:creator>douglas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[laxxxor]]></category>
		<category><![CDATA[screen printing]]></category>

		<guid isPermaLink="false">http://music.columbia.edu/~douglas/strange_things/?p=300</guid>
		<description><![CDATA[

Update: I&#8217;ve done some more experiments and pulled a bunch of prints. The technique works really well!

I had one bad screen where I rastered the image too many times and it ended up sort of bleeding, opening up the lines too wide. This was on 250&#215;250 mesh, which I thought would be too fine. I [...]]]></description>
			<content:encoded><![CDATA[<p><br class="spacer_" /></p>
<p><img src="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/steel_mesh_screen_printing/source/image/img_6199.jpg" alt="steel mesh screen printing" /></p>
<p><a href="http://music.columbia.edu/~douglas/strange_things/?p=260">Update</a>: I&#8217;ve done some more experiments and pulled a bunch of prints. The technique works really well!</p>
<p><br class="spacer_" /></p>
<p>I had one bad screen where I rastered the image too many times and it ended up sort of bleeding, opening up the lines too wide. This was on 250&#215;250 mesh, which I thought would be too fine. I think that the clear coat started to melt away a bit as the screen heated up. The metal threads are really, really thin. So I have a hunch that they got a bit hotter than on lower count screens and that fuzzed out the image.</p>
<p><br class="spacer_" /></p>
<p>The bad image gave me a chance to try re-using a screen. I simply sprayed more clearcoat over the existing image. I could still see the outlines of the previous image, but I could tell that all of the mesh was sealed up again. So the parts that had no image before now had a double layer of clear coat. That turned out not to be a problem.</p>
<p><br class="spacer_" /></p>
<p>I decided to use a faster speed and more power this time, and to just do one pass. So I set the speed to 200 (about 1/3 max speed, don&#8217;t ask why 200 = 1/3 max speed, it just does) and 40% power. It worked perfectly on one pass. The image I used isn&#8217;t super detailed, but it has both sections with some small details and large open sections. Both look good! It&#8217;s the tape deck graphic above, which is one of <a href="http://www.myspace.com/negfi">Neg-Fi</a>&#8217;s logos.</p>
<p><br class="spacer_" /></p>
<p>I added a couple new images of onesies with ArtBots and Neg-Fi logos on them to the <a href="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/steel_mesh_screen_printing">gallery</a>.</p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://music.columbia.edu/~douglas/strange_things/?feed=rss2&amp;p=300</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mesh printing&#8230;</title>
		<link>http://music.columbia.edu/~douglas/strange_things/?p=260</link>
		<comments>http://music.columbia.edu/~douglas/strange_things/?p=260#comments</comments>
		<pubDate>Fri, 09 Oct 2009 23:26:11 +0000</pubDate>
		<dc:creator>douglas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[laxxxor]]></category>
		<category><![CDATA[screen printing]]></category>

		<guid isPermaLink="false">http://music.columbia.edu/~douglas/strange_things/?p=260</guid>
		<description><![CDATA[



I&#8217;ve been experimenting with ways to combine the laxxxor and traditional printing techniques. The last week I&#8217;ve been playing with screen printing, and it&#8217;s working quite well. I&#8217;m using steel mesh that&#8217;s been sprayed with a clear coat. I use several passes with the laser to slowly and gently burn off the clearcoat where I [...]]]></description>
			<content:encoded><![CDATA[<p><center></p>
<p><a href="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/2009/10/IMG_6191.JPG"><img src="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/2009/10/IMG_6191.JPG" alt="IMG_6191" title="IMG_6191" width="512" height="384" class="aligncenter size-full wp-image-283" /></a></p>
<p></center></p>
<p><br class="spacer_" /></p>
<p>I&#8217;ve been experimenting with ways to combine the laxxxor and traditional printing techniques. The last week I&#8217;ve been playing with screen printing, and it&#8217;s working quite well. I&#8217;m using steel mesh that&#8217;s been sprayed with a clear coat. I use several passes with the laser to slowly and gently burn off the clearcoat where I want the image to come through.</p>
<p><br class="spacer_" /></p>
<p>I haven&#8217;t got the settings quite right yet, and they depend a lot on the exact thickness of the wire and the density of the weave in the mesh. So far I&#8217;ve found that < 100x100 mesh is too coarse. 100x100 works well although large open areas leave some texture from the mesh. Right now I'm lasering a screen with 150x150 mesh. See the Pioneer 10 plaque examples above for the results! 150x150 is RAD.</p>
<p><br class="spacer_" /></p>
<p>110 is a very common mesh size for normal photo-exposed screen printing using plastic screens. I don&#8217;t think my technique will work with plastic mesh, as the power needed to burn off the clearcoat is most likey more than enough to melt the plastic mesh. I&#8217;ve even managed to burn up some of the steel mesh. But so far I&#8217;m very happy with the steel results. I&#8217;m just using crappy homemade plywood frames, the wrong ink, a half-assed squeegie, etc., and I&#8217;m getting some nice prints. Yay! I haven&#8217;t tried re-using any of the screens yet. I guess I could just burn a 100% filled image to remove all of the clearcoat. Or maybe I can just spray more clearcoat onto the exposed parts. Will have to do more experiments.</p>
<p><br class="spacer_" /></p>
<p>Here&#8217;s a gallery of experiments with 70, 80, 100, and 150 screens. I used different images for each, so it&#8217;s not really a fair comparison. But so far 150 was the best for detail and consistency. 100 worked well for the ArtBots logo where there&#8217;s a lot of open space in the letters.</p>
<p><br class="spacer_" /></p>
<p><center></p>
<p><a href="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/steel_mesh_screen_printing">Steel mesh screen printing experiments.</a></p>
<p></center></p>
]]></content:encoded>
			<wfw:commentRss>http://music.columbia.edu/~douglas/strange_things/?feed=rss2&amp;p=260</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>silvering circuits&#8230;</title>
		<link>http://music.columbia.edu/~douglas/strange_things/?p=246</link>
		<comments>http://music.columbia.edu/~douglas/strange_things/?p=246#comments</comments>
		<pubDate>Mon, 05 Oct 2009 21:15:19 +0000</pubDate>
		<dc:creator>douglas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[circuit board]]></category>
		<category><![CDATA[CNC]]></category>

		<guid isPermaLink="false">http://music.columbia.edu/~douglas/strange_things/?p=246</guid>
		<description><![CDATA[I&#8217;ve gotten pretty good at cutting circuit boards on the CNC mill, but soldering to the bare copper is difficult. Someone on the pcb-gcode forum suggested Cool-Amp silver plating powder. Victor just cut a circuit board for his experimental dot matrix mind control rig, so we decided to try it. Here&#8217;s what the plated board [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve gotten pretty good at cutting circuit boards on the CNC mill, but soldering to the bare copper is difficult. Someone on the pcb-gcode forum suggested <a href="http://www.cool-amp.com/cool_amp.html">Cool-Amp silver plating powder</a>. Victor just cut a circuit board for his experimental dot matrix mind control rig, so we decided to try it. Here&#8217;s what the plated board looks like:</p>
<p>
<center><br />
<a href="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/2009/10/victor_silver_circuit.jpg"><img src="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/2009/10/victor_silver_circuit-1024x768.jpg" alt="victor_silver_circuit" title="victor_silver_circuit" width="512" class="aligncenter size-large wp-image-247" /></a><br />
</center>
</p>
<p>
He&#8217;s soldering it up now, I&#8217;m curious to know if it&#8217;ll be any easier to solder. The powder was a little $, but each application only takes a minuscule amount, so the 4oz container I bought should last for hundreds of boards.</p>
<p>
<br />
<b>UPDATE:</b> It worked great! Some pics:</p>
<p>
<center><br />
<a href="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/2009/10/victor_silver_circuit_2.jpg"><img src="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/2009/10/victor_silver_circuit_2-1024x768.jpg" alt="victor_silver_circuit_2" title="victor_silver_circuit_2" width="512" class="aligncenter size-medium wp-image-252" /></a></p>
<p>
<a href="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/2009/10/victor_silver_circuit_3.jpg"><img src="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/2009/10/victor_silver_circuit_3-1024x768.jpg" alt="victor_silver_circuit_3" title="victor_silver_circuit_2" width="512" class="aligncenter size-medium wp-image-252" /></a></p>
<p>
<a href="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/2009/10/victor_silver_circuit_4.jpg"><img src="http://music.columbia.edu/~douglas/strange_things/wp-content/uploads/2009/10/victor_silver_circuit_4-1024x768.jpg" alt="victor_silver_circuit_4" title="victor_silver_circuit_4" width="512" class="aligncenter size-medium wp-image-252" /></a></p>
<p></center></p>
]]></content:encoded>
			<wfw:commentRss>http://music.columbia.edu/~douglas/strange_things/?feed=rss2&amp;p=246</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lander three cams!</title>
		<link>http://music.columbia.edu/~douglas/strange_things/?p=243</link>
		<comments>http://music.columbia.edu/~douglas/strange_things/?p=243#comments</comments>
		<pubDate>Wed, 16 Sep 2009 22:49:18 +0000</pubDate>
		<dc:creator>douglas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CCRT]]></category>
		<category><![CDATA[lander]]></category>

		<guid isPermaLink="false">http://music.columbia.edu/~douglas/strange_things/?p=243</guid>
		<description><![CDATA[

A little video of all three cameras watching the lander. Two static camera mounts not yet fabbed and one experiment (shadows) missing&#8230;

]]></description>
			<content:encoded><![CDATA[<p><center><br />
<a href="http://music.columbia.edu/~douglas/portfolio/ccrt/lander_three_cams.mov"><img src="http://music.columbia.edu/~douglas/portfolio/ccrt/lander_three_cams_keyframe.jpg" alt="lander three cams" /></a></p>
<p>A <a href="http://music.columbia.edu/~douglas/portfolio/ccrt/lander_three_cams.mov">little video</a> of all three cameras watching the lander. Two static camera mounts not yet fabbed and one experiment (shadows) missing&#8230;</p>
<p></center></p>
]]></content:encoded>
			<wfw:commentRss>http://music.columbia.edu/~douglas/strange_things/?feed=rss2&amp;p=243</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://music.columbia.edu/~douglas/portfolio/ccrt/lander_three_cams.mov" length="1481749" type="video/quicktime" />
		</item>
		<item>
		<title>Lander gravity experiment</title>
		<link>http://music.columbia.edu/~douglas/strange_things/?p=241</link>
		<comments>http://music.columbia.edu/~douglas/strange_things/?p=241#comments</comments>
		<pubDate>Sat, 12 Sep 2009 16:35:51 +0000</pubDate>
		<dc:creator>douglas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CCRT]]></category>
		<category><![CDATA[lander]]></category>

		<guid isPermaLink="false">http://music.columbia.edu/~douglas/strange_things/?p=241</guid>
		<description><![CDATA[

A little movie of the Lander gravity experiment.

]]></description>
			<content:encoded><![CDATA[<p><center><br />
<a href="http://music.columbia.edu/~douglas/portfolio/ccrt/lander_gravity.mov"><img src="http://music.columbia.edu/~douglas/portfolio/ccrt/lander_gravity_keyframe.jpg" alt="Lander gravity experiment" /></a><br />
A little movie of the <a href="http://music.columbia.edu/~douglas/portfolio/ccrt/lander_gravity.mov">Lander gravity experiment</a>.</p>
<p></center></p>
]]></content:encoded>
			<wfw:commentRss>http://music.columbia.edu/~douglas/strange_things/?feed=rss2&amp;p=241</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://music.columbia.edu/~douglas/portfolio/ccrt/lander_gravity.mov" length="1451266" type="video/quicktime" />
		</item>
	</channel>
</rss>
