This message could not be imported to cc:Mail.
The original message follows:
*** Start of undeliverable message ***
Message:
999999999
From: o-info@kaktus.kemi.aau.dk@US-INTERNET at US-IN-GW
Date: 02/12/96 04:18PM
To: don somers at W-USR20
*** Unknown message recipient ***
Subject: RE: EZD map name problems.
Contents:
*** No message recipients ***
999999999
Text item:
2652
The C-shell script below converts N newEZD files into O-style
maps and generates an O macro to draw each of them with a
different name. Thinks it works, but haven't tested it.
--gerard
----------------------------------- 8< CUT HERE ---------------------
#!/bin/csh -f
# convert N newEZD files to O-style maps and generate an O macro
# to draw them as separate objects
# gjk @ 960212
# specify file names
set all=`echo *.nezd`
# specify map type for MAPMAN
set type="NEWEZD"
@ cnt = 0
if (-e q1) \rm q1
if (-e q2) \rm q2
touch q1 q2
echo map_par 100 100 100 0.1 blue 0.5 0.1 5 >> q2
echo "\!" >> q2
foreach cav ( $all )
@ cnt ++
echo Processing $cav
# add to MAPMAN input file
echo read m1 $cav $type >> q1
echo mappage m1 {$cav}.map >> q1
echo delete m1 >> q1
# add to O macro
echo map_file {$cav}.map >> q2
echo map_obje cav{$cnt} >> q2
echo "map_par ; 0.1 ;;;" >> q2
echo map_act map_draw >> q2
echo "\!" >> q2
end
echo "quit" >> q1
#cat q1
# convert maps
run mapman < q1
\rm q1
mv q2 draw_cavities.omac
echo "execute the macro draw_cavities.omac from within O"
exit 0
--------------- Start RFC822 Headers ---------------
Received: by USCCGATE.US.WFL.COM (5.65+/1.3)
id AA5898; Wed, 14 Feb 96 13:35:20 -0500
Received: from unicorn.us.wfl.com by us.wfl.com (nytimes); id KAA00139; Mon, 12
Feb 1996 10:46:50 -0500
Received: from usrelay by unicorn.us.wfl.com (5.65/DEC-Ultrix/4.3)
id AA03715; Mon, 12 Feb 1996 10:44:19 -0500
Received: from localhost by relay.us.wfl.com (relay-us); id KAA21575; Mon, 12
Feb 1996 10:42:11 -0500
Received: from danpost.uni-c.dk(129.142.6.64) by relay.us.wfl.com via smap
(g3.0.1)
id sma021512; Mon, 12 Feb 96 10:41:55 -0500
Received: from kaktus.kemi.aau.dk (kaktus.kemi.aau.dk [130.225.22.104]) by
danpost.uni-c.dk (8.6.4/8.6) with SMTP id QAA11945 for
<@danpost.uni-c.dk:lec52@bwco.com>; Mon, 12 Feb 1996 16:41:54 +0100
Received: by kaktus.kemi.aau.dk (920330.SGI/921111.SGI.AUTO)
for @danpost.uni-c.dk:lec52@bwco.com id AA02007; Mon, 12 Feb 96 16:49:16 +0100
Message-Id: <9602121549.AA02007@kaktus.kemi.aau.dk>
Errors-To: mok@kemi.aau.dk
Date: Mon, 12 Feb 1996 16:18:31 +0200 (MET)
Reply-To: o-info@kaktus.kemi.aau.dk
From: GERARD@XRAY.BMC.UU.SE (Gerard 'CD' Kleywegt)
Subject: RE: EZD map name problems.
List-Name: o-info
Precedence: Bulk
X-Comment: To unsubscribe, send a message to o-info-request@kaktus.kemi.aau.dk
(O-info server)
X-Comment: with the word 'unsubscribe' in the Subject field
Apparently-To: lec52@bwco.com
--------------- End RFC822 Headers ---------------
This archive was generated by hypermail 2b29 : Tue Mar 20 2007 - 03:13:16 CST