From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <7359f0490804131820wb26b25dq67c7f9f582f63735@mail.gmail.com> Date: Mon, 14 Apr 2008 11:20:29 +1000 From: "Rob Pike" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: [9fans] scat, ngc2000 and other matters Topicbox-Message-UUID: 8d300bf6-ead3-11e9-9d60-3106f5b1d025 You'll need to process it from the textual form it's in now to the binary format used by scat. It's also probably not quite the same data set scat used since the provenance is different, but it's likely to be fine. Someone at the labs may be able to root around in my directory there and find the program that does the conversion. Or maybe I'll make it a project for myself. It's very easy to figure out the format; the function loadngc() in scat.c is trivial. -rob