Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| filereference:output [2013/10/19 19:59] – [ENVI-met Output Files] enviadmin | filereference:output [2015/03/29 21:04] (current) – removed enviadmin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| - | ====== ENVI-met Output Files ====== | ||
| - | ENVI-met produces heaps of output files which are summarized here. | ||
| - | Most important, there are two types of files produced by ENVI-met: | ||
| - | |||
| - | * Simple text files | ||
| - | * Binary files (EDX/EDT) | ||
| - | |||
| - | **Simple text files** are simple ASCII-files tgat can be read by most programs able to read ASCII-formatted data such as Excel, R, Word,.. and also by LEONARDO. There is no need for a further documentation of the fileformat itself, only on the content which will be done later on here. | ||
| - | |||
| - | On the other hand, **Binary files** are used to store large data sets which would be impractical to be stored in ASCII format. | ||
| - | Those files are normally read and understood by the different ENVI-met tools such as LEONARDO. You may however wnat to write your own extract and data analysis methods. Therefore it is imporntant to understand the concpt of ENVI-met EDX/EDT files. [[filereference: | ||