Welcome Guest from United States
Sign In Change Country
  0 Items
Search:
GRAMS Instrument: Floating Point Format

Floating Point Format
Software: Generally User written
Instrument: General
Computer System: N/A
Export Allowed: Yes
Converter Name: FLOAT_PT
File Extension: *.FSP
The FLOAT_PT conversion uses only 32-bit floating point values. This format is easy to set up from many programming languages, including C. Floating point files should have .FSP file name extensions. They are set up as follows:

Byte Offset   Type    Meaning

0                     Float     Number of Y values
4                     Float     First point's X value
8                     Float     Last point's X value
12                   Float     Type of X values.
16                   Float     Type of Y values.
20                   Float     Resolution of data
24                   Float     First Y value
28                   Float     Second Y value
?                     Float     Last Y value

You may set the first six values to zero when importing to GRAMS. GRAMS uses the actual number of data points found in the file if the first value is zero.