Ticket #1565 (closed: wontfix)
Discuission point: AsciiFile object
Reported by: | Peter Peterson | Owned by: | Peter Peterson |
---|---|---|---|
Priority: | major | Milestone: | Iteration 25 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Janik Zikovsky |
Description
Like BinaryFile there should be a simple object that handles the mundane tasks of working with an ascii file. LoadGSS, LoadSpec, and LoadASCII should all use this class to make them simpler so common functions between them should be abstracted here.
Change History
comment:2 Changed 10 years ago by Nick Draper
- Status changed from new to assigned
- Owner set to Peter Peterson
- type changed from enhancement to task
- Summary changed from AsciiFile object to Discuission point: AsciiFile object
would this really simplify things?
Really?
comment:3 Changed 10 years ago by Peter Peterson
- Status changed from assigned to accepted
- Component set to Mantid
comment:4 Changed 10 years ago by Peter Peterson
- Status changed from accepted to verify
- Resolution set to wontfix
I'm closing this ticket because it is not that important of a 'feature'.
Note: See
TracTickets for help on using
tickets.
This could be done similar to writing a sax parser where a user of the code registers function pointers to handle different events and the parsing library fires those events in the order that they are encountered.