VALD configuration file (VALD3 version)

The VALD configuration file sets a few global extraction parameters, and lists the data files to be included for extraction. The first line contains the wavelength window and the reference wavelength for line identification, the maximum ionization stage, and the maximum excitation potential for the lower level in eV. The reference wavelength wl_ref is used to scale the wavelength window when comparing lines from different data files. The maximum scaling factor is 100: wl_window = min(max(wl_window_ref * wl / wl_ref, wl_window_ref*0.01), wl_window_ref*100).

Any subsequent line starting with semicolon is interpreted as a comment line. Otherwise, one line corresponds to a single data file. Each line starts with the filename includeing a path relative to the VALD home directory. The next parameter is a unique number of the line list in the configuration file. This number is only used for associating the list name with the extracted data field, and thus does not have to be consistent between different configuration files. The two next entries give the range of species included in the file using the VALD unique species number. This is the reason why the species number in the VALD species list must be monotonous!

The next entry is new compared to VALD2: it is a flag that indicates that the list can be merged (0) or is exempt from any merger (1).

The rest of the line is as for VALD2: nine weights used for merging data for the same transition from different files (integer numbers for wavelength, gf-value, upper level energy, lower level energy, Landé factor, radiative-, Stark-, and Van der Waals broadening, and the level designation), followed by the short name of the line list.

An example for a VALD3 configuration file can be found here.