Print

Print


Commit summary from repository starlink
------------------------------------

  (David Berry) smurf: Do not correct padding when fixing steps
   100.0% applications/smurf/libsmf/
 

Commits from repository starlink
-----------------------------

  commit 58fd4565210432b373fa6082b19e068222978e3e
  Author: David Berry <[log in to unmask]>
  Date:   Mon May 24 15:50:15 2010 +0100
  
      smurf: Do not correct padding when fixing steps
      
      Previously, smf_fix_steps altered the zero values used to pad the start
      and end of each bolometer time series, by subtracting off the mean
      correction. The common mode signal is later subtracted form the bulk of
      the time stream, bringing the values down close to zero, but COM is not
      subtracted from the padding. So a large jump in value could be left at
      the start of the padding, resulting in bad ringing when the filter model
      is applied.
  
   applications/smurf/libsmf/smf_fix_steps.c |   77 ++++++++++++++++++++++-----
   1 files changed, 63 insertions(+), 14 deletions(-)