Ticket #4761 (closed: fixed)

Opened 9 years ago

Last modified 5 years ago

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:1 Changed 9 years ago by Mathieu Doucet

Re #4761 Make Dave format signature more specific

Changeset: f53e9a148805fbaab15be4adf50227605805ce4e

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:3 Changed 9 years ago by Mathieu Doucet

  • Status changed from new to accepted

comment:4 Changed 9 years ago by Mathieu Doucet

  • Status changed from accepted to verify
  • Resolution set to fixed

comment:5 Changed 8 years ago by Jose Borreguero

  • Status changed from verify to verifying
  • Tester set to Jose Borreguero

comment:6 Changed 8 years ago by Jose Borreguero

  • Status changed from verifying to closed

comment:7 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 5608

Note: See TracTickets for help on using tickets.