Ticket #4761 (closed: fixed)
Fix LoadDaveGrp to interfere less with LoadAscii
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
LoadDaveGrp::fileCheck() is not very good at looking for the exact signature of a Dave file. It gives a high score to files that are simple n-column ASCII files. This should be fixed.
Change History
comment:2 Changed 9 years ago by Mathieu Doucet
To test, load a file containing the following text using the Load algorithm:
# X, Y, DY 0.1, 1.0, 0.0 0.2, 2.0, 0.0 0.3, 3.0, 0.0
Give the file a name with a .txt extension.
The Load algorithm should try to use LoadAscii, not LoadDaveGrp.
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 #4761 Make Dave format signature more specific