Ticket #226 (closed: fixed)

Opened 12 years ago

Last modified 5 years ago

NORMALISE_TO_MONITOR algorithm

Reported by: Nick Draper Owned by: Russell Taylor
Priority: major Milestone: Iteration 12
Component: Keywords:
Cc: Blocked By:
Blocking: Tester:

Description

Once the unwrapping procedure has been implemented, all detectors and monitors should be on the same wavelength binning grid. It should be therefore straightforward to have an algorithm that divides the whole data set point by point by a given monitor spectrum. In fact, what we should do is the following: if the bin width array is

Bin_widths=[Dt1, Dt2…Dt_nchan]

Then

Workspace_norm=Workspace/Mon_spec*Bin_widths

In the implemented algorithm, we should be given a choice of several monitor spectra.

There should be other options to normalise by an integrated monitor count (over a specified wavelength range) rather than point-by-point.

Change History

comment:1 Changed 12 years ago by Russell Taylor

(In [1436]) Adding a NormaliseToMonitor algorithm. Re #226.

comment:2 Changed 12 years ago by Russell Taylor

  • Status changed from new to closed
  • Resolution set to fixed

Done, although it would be good to be able to select the monitor spectrum by name (requires 'dynamic parameters' since the names aren't known until the input workspace is set.

comment:3 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 1074

Note: See TracTickets for help on using tickets.