File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ bad_25.xdi file read(4) Y No extra version given
32
32
bad_26.xdi file read(5) Y No user comment
33
33
bad_27.xdi file read(5) Y Line of '////', but no user comment
34
34
bad_28.xdi error msg Y incorrectly format date-time
35
+ bad_29.xdi error msg Y date-time has invalid range (month > 12)
35
36
36
37
Notes:
37
38
1. files read, return value > 0, indicating Warning
38
39
2. extra column labels ignored, unspecified column labels set to 'colN' (N=1...)
39
40
3. keys are allowed to start with a number...
40
41
4. extra version is left as empty string ''
41
42
5. user comment is left as empty string ''
42
-
Original file line number Diff line number Diff line change 15
15
# Facility.name: APS
16
16
# Facility.energy: 7.00 GeV
17
17
# Facility.xray_source: APS Undulator A
18
- # Scan.start_time: 2001-06-26T22 :27:31
18
+ # Scan.start_time: 2001-26-6T22 :27:31
19
19
# Detector.I0: 10cm N2
20
20
# Detector.I1: 10cm N2
21
21
# Sample.name: Cu
Original file line number Diff line number Diff line change @@ -94,9 +94,9 @@ static char *ValidElems[] =
94
94
95
95
96
96
/* error codes
97
-
98
- < 1 error in data file
99
- > 0 data is valid but may be incomplete as XAFS data
97
+ < 1 data file is not valid
98
+ = 0 all OK.
99
+ > 0 data file is valid but may be incomplete as XAFS data
100
100
*/
101
101
#define ERR_NOELEM 1
102
102
#define ERR_NOEDGE 2
You can’t perform that action at this time.
0 commit comments