Data transfer and conversion

The data-conversion software for the most popular NMR spectrometers provide easy conversion of NMR data from the native spectrometer formats to FELIX format. Data conversion for Bruker Aspect and X32 consoles and Varian Unity consoles can be conveniently accessed from within FELIX by selecting the File/Data Filters menu item. The conversion software is located in a subdirectory named /foreign, which exists at the same level as the older /gifts subdirectory.

Data-conversion software for other spectrometer data formats is located in the /gifts subdirectory or can be obtained as described below.


GE/Nicolet 1X80

This includes many types of spectrometers produced by Nicolet and then GE.

Serial: Files can be transferred serially using Kermit, then converted to FELIX format by software available from Acorn NMR, (415) 683- 8595.

Ethernet: Ethernet hardware must be purchased from GE and used for transfer. GENET (donated by M. Summers) converts to FELIX format.


JEOL Alpha

Conversion from the Jeol Alpha data format to the FELIX data format is supported through the executable named jeol2felix.


Varian VXR

For UNIX systems, we distribute a program (donated by S. Silber, Texas A&M University) that reads VXR tapes. For PCs, another program is available directly from S. Silber.


The FELIX data format

The "new" FELIX data format has several advantages over the "old" FELIX data format with respect to file structure and cross-platform compatibility. The source code for a program named wn (wn.f) and its associated C modules has been provided in the gifts/newformat subdirectory. This program provides a functional environment for demonstrating and elucidating the subtleties of conversion to/from the new FELIX format.

Please also see Appendix E., Data files, for a more detailed explanation of the FELIX data format.

When the data are complex, the real- and imaginary-number components are stored adjacently. Thus the data record looks like the examples given below.

For real data:

     N_words, Real_1, Real_2, Real_3, Real_4, ...

For complex data:

     N_words, Real_1, Imag_1, Real_2, Imag_2, ...


Built-in data filters

A few data filters are provided directly from the FELIX menu interface. The filters currently available include:


Gift data transfer and conversion filters

With four major spectrometer vendors and several smaller ones, most using nonstandard computers, comprehensive data transfer and conversion is nearly impossible. In an effort to solve this problem, and allow you, the spectroscopist, to spend your time on spectroscopy rather than data conversion and transfer, we provide these programs to users of our software at no charge. Some of these programs were donated by users. All gift software is in the "copyrighted public domain" category. This means that there is no charge for these programs, and that they can be utilized for any nonprofit purposes. The gift software is not warranted or supported by Molecular Simulations.

Included with each directory is a brief README file that describes the conversion routine(s), and a Make script that builds the executable program(s) in that directory.