Ticket #56 (closed: fixed)
Create a LoadLog algorthim (as a child to the LoadRaw algrothim)
Reported by: | Nick Draper | Owned by: | Anders Markvardsen |
---|---|---|---|
Priority: | major | Milestone: | Iteration 4 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Create a LoadLog algorthim (as a child to the LoadRaw algrothim).
This is to load the log files associated with a raw file. This will need to use a lookup table and best guesses to fill sample properties based on the log file name.
Change History
comment:10 Changed 13 years ago by Russell Taylor
comment:11 Changed 13 years ago by Russell Taylor
comment:12 Changed 13 years ago by Nick Draper
About 85% done, needs to be linked to the properties classes and to add the unit tests
comment:14 Changed 13 years ago by Anders Markvardsen
comment:15 Changed 13 years ago by Anders Markvardsen
comment:16 Changed 13 years ago by Anders Markvardsen
comment:17 Changed 13 years ago by Anders Markvardsen
comment:18 Changed 13 years ago by Anders Markvardsen
comment:19 Changed 13 years ago by Anders Markvardsen
comment:20 Changed 13 years ago by Anders Markvardsen
comment:21 Changed 13 years ago by Anders Markvardsen
- Status changed from assigned to closed
- Resolution set to fixed
Code for LoadLog has been written. LoadLog accepts .s# .raw files and the filename of a specific log files (.txt format), where # is a some integer.
Log files are read into TimeSeriesProperty objects. In a TimeSeriesProperty object the log files are stored in a STL map. It was mentioned that we may consider replacing this map with another STL container at some point; when scanning through many log files it might be more efficient to use for instance a STL vector...
comment:22 Changed 13 years ago by Anders Markvardsen
- Status changed from closed to reopened
- Resolution fixed deleted
comment:23 Changed 13 years ago by Anders Markvardsen
- Status changed from reopened to closed
- Resolution set to fixed
comment:24 Changed 13 years ago by Anders Markvardsen
- Status changed from closed to reopened
- Resolution fixed deleted
comment:25 Changed 13 years ago by Anders Markvardsen
comment:26 Changed 13 years ago by Anders Markvardsen
- Status changed from reopened to closed
- Resolution set to fixed
comment:27 Changed 13 years ago by Nick Draper
- Status changed from closed to reopened
- Resolution fixed deleted
comment:28 Changed 13 years ago by Nick Draper
- Status changed from reopened to closed
- Resolution set to fixed
comment:29 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 904