Ticket #246 (closed: fixed)

Opened 12 years ago

Last modified 5 years ago

Correct bin offset

Reported by: Nick Draper Owned by: Matt Clarke
Priority: major Milestone: Iteration 14
Component: Keywords:
Cc: Blocked By:
Blocking: Tester:

Description (last modified by Nick Draper) (diff)

Moves the bin boundaries by a user supplied offset

parameters

  • Workspace (input/output)
  • Bin offset (double) - can be negative

This will then add that offset to each bin.

Care should be taken not to end up with duplicate X vectors caused by simple adding through the cow_ptr. Perhaps you could check that the current X array is the same as the last one and then have them point to the same new vector.

Change History

comment:1 Changed 12 years ago by Nick Draper

  • Description modified (diff)

comment:2 Changed 12 years ago by Matt Clarke

(In [1463]) Refs #246. First version of change bin offset algorithm.

comment:3 Changed 12 years ago by Matt Clarke

(In [1464]) Refs #246. Added 1D tests.

comment:4 Changed 12 years ago by Nick Draper

  • Milestone changed from Iteration 13 to Iteration 14

comment:5 Changed 12 years ago by Matt Clarke

(In [1754]) Refs #246. Changes to ChangeBinOffset.

comment:6 Changed 12 years ago by Nick Draper

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

comment:7 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 1094

Note: See TracTickets for help on using tickets.