Print

Print


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

  (Tim Jenness) smurf: Remove flagratio argument from smf_bolonoise
    85.5% applications/smurf/libsmf/
    14.4% applications/smurf/libsmurf/
  
  (Tim Jenness) smurf: Change flagslow for pointing dimmconfig
   100.0% applications/smurf/examples/
  
  (David Berry) smurf: Correct docs for smf_fillgaps
   100.0% applications/smurf/libsmf/
 

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

  commit 848c3dec65cf3ca01a7fd2b099a34d4caf9bd95e
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Feb 1 16:42:10 2011 -1000
  
      smurf: Remove flagratio argument from smf_bolonoise
  
   applications/smurf/libsmf/smf.h.source        |    2 +-
   applications/smurf/libsmf/smf_bolonoise.c     |   22 ++++++----------------
   applications/smurf/libsmf/smf_calcmodel_noi.c |    2 +-
   applications/smurf/libsmf/smf_mask_noisy.c    |    2 +-
   applications/smurf/libsmf/smf_model_create.c  |    2 +-
   applications/smurf/libsmurf/smurf_calcnoise.c |    2 +-
   applications/smurf/libsmurf/smurf_qlmakemap.c |    2 +-
   applications/smurf/libsmurf/smurf_sc2fft.c    |    2 +-
   8 files changed, 13 insertions(+), 23 deletions(-)
  
  commit b80bd11472dab34f81a5d9b87fe980efd1c53f4e
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Feb 1 13:09:32 2011 -1000
  
      smurf: Change flagslow for pointing dimmconfig
      
      Observation 20091208#55 does not reduce with the default
      pointing config because of an interaction between the
      new filter code and the fact that 60% of the data are flagged
      as being too slow. Lowering flagslow to 20 fixes the problem
      but this may not be the real fix as the data reduce fine
      using the bright_compact config.
  
   .../smurf/examples/dimmconfig_pointing.lis         |    7 +++++++
   1 files changed, 7 insertions(+), 0 deletions(-)
  
  commit b55d1427afec2c10eedd613a35067204a05ba159
  Author: David Berry <[log in to unmask]>
  Date:   Tue Feb 1 14:47:26 2011 +0000
  
      smurf: Correct docs for smf_fillgaps
  
   applications/smurf/libsmf/smf_fillgaps.c |    4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)