PDS_VERSION_ID = PDS3 RECORD_TYPE = STREAM OBJECT = TEXT PUBLICATION_DATE = 2003-08-01 NOTE = "Description of contents of SOFTWARE directory" END_OBJECT = TEXT END A library of source code to parse GRS data product files is included in this directory. This library allows a programmer to build applications that display or manipulate the GRS data. This source is written in the Java language, and requires version 1.3 of the Java Runtime Environment (JRE) or Java Software Development Kit (SDK). Documentation for the code is in the file GRS_CODE_DOC.ZIP. The contents of this file are described in the label GRS_CODE_DOC.LBL. The source and the binary classes that make up the library are in the file GRS_CODE.ZIP. As described in the documentation, this file may be used to do (partial) CSV extraction of CGS files. E.g., java -jar GRS_CODE.ZIP followed by the full path to a CGS data file.