makeCDF

CDF Tools

The following tools allow you to display the CDF data and descriptions.


CDFplot

The two IDL functions used for reading and plotting CDFs are XREAD_MYCDF, an X-windows based widget for locating, selecting, and reading CDFs, and PLOTMASTER, which plots the data returned by XREAD_MYCDF.

Presently the CDF plotting routines don't run in VMS (this should be fixed in the near future). For now you must use bolero. If you do not already have an account on bolero, you must get one.

The steps below outline how to run the CDF plotting routines.

  1. Login to your account on bolero and FTP your CDF files (remember to set binary mode).

  2. Make sure that you are running X on your local machine and tell the computer to send any X-windows output to your X-terminal:

    bolero.gsfc.nasa.gov> setenv DISPLAY <Ethernet address>:0

  3. Copy the packages of the CDFtoolkit to your directory:

    bolero.gsfc.nasa.gov> cp ~burley/test/CDFtoolkit*.pro .

  4. Begin your IDL session:

    bolero.gsfc.nasa.gov> idl

         IDL>@CDFtoolkit               compile CDFtoolkit
         IDL>a=xread_mycdf()           read data from CDF files
         IDL>status = plotmaster(a)    plot the data
         IDL>help,/struct,a            examine the data you read
  5. Alternately, you can write your own plot routines to plot the data in the structure "a"

Return to Conversion to CDF page


CDFlist

The CDFlist program allows you to selectively list all (or a subset of) the variable data values from a CDF. The values can be displayed at the screen, output to a text file, or used to create a new CDF. (The new CDF will most likely be a subset of the original CDF.)

To run CDFlist on a VAX (NCF cluster)

To run CDFlist on UNIX (bolero/nssdc/xfiles)

Return to Conversion to CDF page


CDFbrowse

The CDFbrowse program allows the display of practically all of the contents of a CDF by way of a full-screen interface.

To run CDFbrowse on a VAX (NCF cluster)

To run CDFbrowse on UNIX (bolero/nssdc/xfiles)

Return to Conversion to CDF page


makeSFDU

The makeSFDU is a portable tool that can generate a minimal detached Standard Formatted Data Unit (SFDU) from a CDF file which complies with the International Solar-Terrestrial Physics (ISTP) Key Parameter Generation Software (KPGS) Standard and Conventions (12/92).

To run makeSFDU on a VAX (NCF cluster)

$makesfdu adi.txt CDFfilename SFDUfilename

Return to Conversion to CDF page


Author and Curator

Mona Kessel, kessel@nssdca.gsfc.nasa.gov, (301)286-6595
Code 632, NASA/Goddard Space Flight Center
Greenbelt, MD 20771, USA

Karen C. Horrocks, horrocks@nssdca.gsfc.nasa.gov, (301)286-0191
Hughes STX/NSSDC, Code 632, NASA/Goddard Space Flight Center
Greenbelt, MD 20771, USA


NASA Official: R.E. McGuire, Head, Space Physics Data Facility (Code 632, NASA/GSFC)
Robert.E.McGuire@gsfc.nasa.gov, (301)286-7794. Last Updated: 26 Aug 1996, KCH