Home > Libraries > Loaders > read_inx.m

iFit/read_inx

PURPOSE ^

READ_INX (read the INX files -ILL standards)

SYNOPSIS ^

function s = read_inx(filename,varargin)

DESCRIPTION ^

   READ_INX (read the INX files -ILL standards)

   Usage: s = read_inx(filename,{instrument})
                    

         Option: 
                    instrument = 'in6', 'in5', 'in16', ..., default 'IN5'
                    to make the difference between the 4-columns and 3-columns
                    data format.
                    filename   = filename (inc. filepath if needed)

        Output:
                 s.header     = All the (string) headers
                 s.Par        = Double real matrix of Param: Angle, Ei, etc.
                 s.Mat        = Double real matrix of results (3D).

 (c) J. Ollivier, ILL, EUPL 1.1
 See also: read_endf, read_mccode, read_llb_tas, read_anytext

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 26-Nov-2018 15:08:42 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1