Ticket #9763 (closed: fixed)
Save CSV files for ICE collaboration
Reported by: | Vickie Lynch | Owned by: | Vickie Lynch |
---|---|---|---|
Priority: | major | Milestone: | Release 3.3 |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Wenduo Zhou |
Description
The files needed for ICE are like the comma delimited files written by SaveAscii, but have all spectra written on each line which means that all spectra should have the same X values for these files. There are labels in the comment on the first line that have the word error in the labels of the uncertainty columns.
Change History
comment:2 Changed 6 years ago by Vickie Lynch
Refs #9763 header changes only
Changeset: 6ff6c7c1ab3bc2d4930faf9a7032a312fe4f758e
comment:3 Changed 6 years ago by Vickie Lynch
Refs #9763 Y0_error instead of error0, etc.
Changeset: d9532c65f2066a30b019f3d4009374b78e29fa7a
comment:4 Changed 6 years ago by Vickie Lynch
- Status changed from new to assigned
To test:
Load(Filename='/home/vel/LiCl_290K.nxs', OutputWorkspace='LiCl_290K') SaveAscii(Filename='/home/vel/workspace/old.csv', InputWorkspace='LiCl_290K', Separator='CSV',Version=1) SaveAscii(Filename='/home/vel/workspace/new.csv', InputWorkspace='LiCl_290K', ICEFormat=True,Version=1)
comment:5 Changed 6 years ago by Vickie Lynch
- Status changed from assigned to verify
- Resolution set to fixed
comment:6 Changed 6 years ago by Vickie Lynch
Refs #9763 fix cppcheck error
Changeset: 9d5e2ab0c6b5bfc92c7016c32bed662dd53c1a44
comment:7 Changed 6 years ago by Wenduo Zhou
- Status changed from verify to verifying
- Tester set to Wenduo Zhou
comment:8 Changed 6 years ago by Wenduo Zhou
- Status changed from verifying to closed
Merge remote-tracking branch 'origin/feature/9763_new_CSV_option'
Full changeset: 9330ca1cc3622e941761eb32c60bcd633e3d9565
SaveAscii(Filename='/home/vel/workspace/new.txt', InputWorkspace='LiCl_290K', Separator='CSV',Version=1) with the strings changed for the error column headings would work.