Ticket #4762 (closed: fixed)
Add option to LoadAscii to use any standard delimiter
Reported by: | Mathieu Doucet | Owned by: | Mathieu Doucet |
---|---|---|---|
Priority: | major | Milestone: | Release 2.1 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Jose Borreguero |
Description
LoadAscii doesn't behave very nicely when used through the Load algorithm. The default delimiter/spacer option should be to use any of the standard delimiters.
Change History
comment:2 Changed 9 years ago by Mathieu Doucet
To test, save the following text in a file with a name ending in .txt and load it using the Load algorithm. It should just work.
# X , Y0 , E0 , DX0 0.00115669 0 0 0 0.00242885 0 0 0 0.00370101 608.12 667.53 0 0.00497317 1049.31 94.6944 0 0.00624533 884.915 35.7622 0 0.00751749 882.851 23.2509 0 0.00878965 877.944 19.428 0 0.0100618 823.89 17.0867 0 0.011334 836.077 16.0885 0 0.0126061 879.072 15.5687 0 0.0138783 874.047 14.8405 0
comment:4 Changed 9 years ago by Mathieu Doucet
- Status changed from accepted to verify
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.
Re #4762 Add 'automatic' delimiter option to LoadAscii