CITIfile Data Arrays
The CITIfile package should contain one data array for each DATA line in the header. The first array is the data whose type and format was specified in the first DATA line, the second array is for the second DATA line, et cetera. Each array contains one line of data for each frequency in the VAR_LIST block in the header, described earlier.
Here is a data array for the DATA S[1,1] RI line given earlier:
BEGIN
-8.515589E-001, -2.006537E-001
-9.498286E-001, -1.361623E-001
-9.761472E-001, -9.717214E-002
-9.862472E-001, -7.472031E-002
-9.910952E-001, -6.048325E-002
-9.937765E-001, -5.072857E-002
-9.954099E-001, -4.365178E-002
-9.964769E-001, -3.829255E-002
-9.972115E-001, -3.409734E-002
-9.977385E-001, -3.072603E-002
END
Each Real/Imaginary pair of data points corresponds to one of the ten frequencies in the VAR_LIST given earlier.
Multiple, indexed data arrays are not supported.