Ticket #9485 (assigned)
Refactor Single Mode to Call Batch Mode or Vice-Versa
Reported by: | Peter Parker | Owned by: | Peter Parker |
---|---|---|---|
Priority: | major | Milestone: | Backlog |
Component: | SANS | Keywords: | Maintenance |
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description ¶
Currently, there is some duplication (and subtle differences) with how we perform the ISIS SANS reduction in "Single Mode" and "Batch Mode". We should factor out common code and have either:
- Batch Mode written completely in terms of Single Mode, i.e. running the Single Mode reduction multiple times; or,
- Single Modewritten completely in terms of Batch Mode, i.e. running the Batch Mode reduction but just feeding it a single entry.
I think we'd get the most benefit (having the two modes be as similar as possible) with option 2.
Note: See
TracTickets for help on using
tickets.