Differences between revisions 1 and 2
Revision 1 as of 2008-09-16 16:19:18
Size: 1113
Comment:
Revision 2 as of 2008-09-17 17:27:21
Size: 1242
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
 * --vald3bin ... VALD3 binary standard (only intel fortran and little endian)
Line 31: Line 32:
 * -2vald3bin ... VALD3 binary for kompress3

vald-filter

VALD ascii-table/binary filter and conversion.

Syntax

  vald-filter [flags] output input
  • -v ... display version
  • -m ... make documentation
  • -h [topic] ... display help (for topic)
  • -d ... debugging on
  • -noquality ... don't call find_quality
  • -nosource ... don't call find_source
  • -- ... preceeds an input filter
  • -2 ... preceeds an output conversion

input filters

  • --standard ... ascii standard .asc (default)
  • --vald3bin ... VALD3 binary standard (only intel fortran and little endian)
  • --vald2 ... VALD2 .CVALD .DSC
  • --vald2term ... VALD2 .CVALD .DSC (no termdesignation analysis)
  • --vald2asc ... Tanya Ryabchikova VALD2 Format in 2007
  • --barklem1 ... Paul Barklem 2007
  • --wisconsin1 ... Wisconsin REE and others
  • --kurucz_nlte ... Kurucz (CDROM18) nlte-lines

output conversion

  • -2standard ... ascii standard .asc (default)
  • -2vald3bin ... VALD3 binary for kompress3
  • -2vald1 ... binary for kompress ( -> VALD2 )

Installation

Edit the file system.mk and do

/> ./configure
/> make
/> make install

Options for configure:

  • --helpfile absolute-path-to-helpfile

ValdWiki: VALDconversion_f90 (last edited 2008-09-17 17:27:21 by Christian Stütz)