Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!elroy.jpl.nasa.gov!news.larc.nasa.gov!arbs1.larc.nasa.gov!kristi From: kristi@arbs1.larc.nasa.gov (Kristi Skeens) Newsgroups: comp.lang.idl,comp.lang.idl-pvwave Subject: Re: NCAR graphics <-> PV-WAVE/IDL Message-ID: <1991Mar6.173323.26966@news.larc.nasa.gov> Date: 6 Mar 91 17:33:23 GMT References: <1991Feb28.223628.29434@csn.org> Sender: news@news.larc.nasa.gov (USENET Network News) Reply-To: kristi@arbs1.larc.nasa.gov (Kristi Skeens) Organization: NASA Langley Research Center, Hampton, VA USA Lines: 11 In article <1991Feb28.223628.29434@csn.org>, axel@frostbite.Colorado.EDU (Axel Schweiger) writes: |> Subject : NCAR cgm and PV-WAVE |> |> Has anyone out there figured out a way to read an NCAR graphics CGM file |> into PV-WAVE ?, or else to use NCAR graphics (v.3.0) CTRANS > to display |> a PV-WAVE produced CGM file. An NCAR CGM has *extra stuff* stored in the first 32 bits of each record, therefore, if you stripped these out, the CGM is (in theory) readable by any CGM interpreter. NCAR Version 3.00 has a utility that does this, ncar2cgm, that converts an NCAR CGM to "vanilla" CGM format. cgm2ncar does the opposite. Hope this helps, ks