Ticket #9485 (assigned)

Opened 6 years ago

Last modified 5 years ago

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:

  1. Batch Mode written completely in terms of Single Mode, i.e. running the Single Mode reduction multiple times; or,
  2. 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.

Change History

comment:1 Changed 6 years ago by Nick Draper

  • Status changed from new to assigned

comment:2 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 10328

Note: See TracTickets for help on using tickets.