From 11c19399214cf9b7416db50b42cbe52a8a329d97 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 30 Oct 2014 21:42:42 -0700 Subject: [PATCH] dump: Relax a constraint to accept a few more spv files. --- dump.c | 2 +- notes | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/dump.c b/dump.c index d0e37c71b3..7994db13c1 100644 --- a/dump.c +++ b/dump.c @@ -184,7 +184,7 @@ dump_value(int level) match_byte (0); match_byte (0); match_byte (0); - match_byte_assert (1); + match_byte (1); match_byte (0); match_byte (0); match_byte (0); diff --git a/notes b/notes index 4f6cbce7a6..124b9b502d 100644 --- a/notes +++ b/notes @@ -926,6 +926,35 @@ web/76e9b53e9f775fb690a88919ccdbb03c/00000000725212_lightTableData.bin (Gender_R 03 "Tukey HSD" 31 i2 00 00 i1 00 00 i11: (i5: ("" 58) 58 58) "tukeys_honestly_significant_difference" "Tukey HSD" i1 i2 00 00 00 00 00 00 00 00 03 "Tukey B" 31 i2 00 00 i1 00 00 i11: (i5: ("" 58) 58 58) "tukeys_b_test" "Tukey B" i1 i2 i1 00 00 00 00 00 00 00 00 i2 i1 i1 i2 ... +web/6c3246ad09f0f6434a33b91c731636a3/00000000062_lightTableData.bin (descriptives): + + i2 + + 03 "Statistics" 58 "statistics_10" "Statistics" 01 00 00 i2 01 00 i1 00 i5 + 03 "N" 58 "n" "N" i1 i2 00 00 00 00 00 00 00 00 + 03 "Minimum" 58 "minimum" "Minimum" i1 i2 i1 00 00 00 00 + 03 "Maximum" 58 "maximum" "Maximum" i1 i2 i2 00 00 00 00 + 03 "Mean" 58 "mean" "Mean" i1 i2 i3 00 00 00 00 + 03 "Std. Deviation" 58 "gbar11" "Std. Deviation" i1 i2 i4 00 00 00 00 + + 03 "Variables" 58 "variable_s_1" "Variables" 01 00 01 i2 01 00 01 i1 i16 + 05 58 "TAAS_neg_T1" "TAAS negative affect Time 1" i2 i2 00 00 00 00 00 00 00 00 + 05 58 "TAAS_pos_T1" "TAAS positive affect Time 1" i2 i2 i1 00 00 00 00 + 05 58 "TAAS_overall_T1" "TAAS overall Time 1" i2 i2 i2 00 00 00 00 + 05 58 "DTS_scale" "DTS McHugh and Otto" i2 i2 i3 00 00 00 00 + 05 58 "DASS_Stress" 00 00 00 00 i2 i2 i4 00 00 00 00 + 05 58 "DASS_Anxiety" 00 00 00 00 i2 i2 i5 00 00 00 00 + 05 58 "DASS_Depression" 00 00 00 00 i2 i2 i6 00 00 00 00 + 05 58 "DERS_Nonacceptance" 00 00 00 00 i2 i2 i7 00 00 00 00 + 05 58 "DERS_Goals" 00 00 00 00 i2 i2 i8 00 00 00 00 + 05 58 "DERS_Impulse" 00 00 00 00 i2 i2 i9 00 00 00 00 + 05 58 "DERS_Awareness" 00 00 00 00 i2 i2 i10 00 00 00 00 + 05 58 "DERS_Strategies" 00 00 00 00 i2 i2 i11 00 00 00 00 + 05 58 "DERS_Clarity" 00 00 00 00 i2 i2 i12 00 00 00 00 + 05 58 "TOMS_Eating" 00 00 00 00 i2 i2 i13 00 00 00 00 + 05 58 "TOMS_General" 00 00 00 00 i2 i2 i14 00 00 00 00 + 03 "" 58 "" "" i0 i2 i15 i0 i0 + Data: tdump21 (germano/Crosstabs.pdf) ------------- -- 2.30.2