forked from t-weber/takin2
-
Notifications
You must be signed in to change notification settings - Fork 6
Raw Data Files
Tobias Weber (Institut Laue-Langevin) edited this page Sep 1, 2023
·
3 revisions
Raw data files consist of data columns together with a header containing the minimum information needed by the resolution convolution module. They follow the basic format that is given below:
#
# sample_a = 5.67
# sample_b = 5.67
# sample_c = 5.67
#
# sample_alpha = 90
# sample_beta = 90
# sample_gamma = 90
#
# mono_d = 3.355
# ana_d = 3.355
#
# sense_m = +1
# sense_s = -1
# sense_a = +1
#
# orient1_x = 1
# orient1_y = 0
# orient1_z = 0
#
# orient2_x = 0
# orient2_y = 1
# orient2_z = 0
#
# is_ki_fixed = 0
# k_fix = 2.662
#
# col_h = 1
# col_k = 2
# col_l = 3
# col_E = 4
# cols_scanned = 4
# col_ctr = 5
# col_ctr_err = 6
# col_mon = 7
# col_mon_err = 8
#
# h k l E ctr ctr_err mon mon_err
1 1 0 0.00 0 1.00 1e4 1e2
1 1 0 0.67 0 1.00 1e4 1e2
1 1 0 1.33 0 1.00 1e4 1e2
1 1 0 2.00 1 1.00 1e4 1e2
1 1 0 2.67 7 2.65 1e4 1e2
1 1 0 3.33 25 5.00 1e4 1e2
1 1 0 4.00 61 7.81 1e4 1e2
1 1 0 4.67 95 9.75 1e4 1e2
1 1 0 5.33 95 9.75 1e4 1e2
1 1 0 6.00 61 7.81 1e4 1e2
1 1 0 6.67 25 5.00 1e4 1e2
1 1 0 7.33 7 2.65 1e4 1e2
1 1 0 8.00 1 1.00 1e4 1e2
1 1 0 8.67 0 1.00 1e4 1e2
1 1 0 9.33 0 1.00 1e4 1e2
1 1 0 10.00 0 1.00 1e4 1e2