PDS_VERSION_ID = PDS3 RECORD_TYPE = STREAM OBJECT = TEXT PUBLICATION_DATE = 2006-04-21 NOTE = "Description of contents of SOFTWARE directory" END_OBJECT = TEXT END This directory contains software that converts a binary Mini-TES data product into an ASCII table. The following files are found in this directory. createminitestable.exe: an executable program that can be run on Windows, Linux Red Hat and Mac OS X systems. See the user's guide for instructions. createminitestable.zip: a Zip-compressed file containing the C# source code for the software. When uncompressed, the source code consists of these three files: - MiniTestoAscii.cs, the primary C# code class - Class1.cs, an example C# command line wrapper - DownloadASCIIMinites.aspx.cs, an example C# ASP.Net wrapper createminitestable.lbl: a PDS label that describes the executable program, the Zip file, and the uncompressed source code files. softinfo.txt: the file you are reading. userguide.txt: a user's guide to the software that tells how to run the software, how to interpret the output, and how to use the source code.