Print

Print


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

  (Tim Jenness) smurf: Sync up the pointing dimmconfig
   100.0% applications/smurf/examples/
  
  (Tim Jenness) smurf: Add maptol to bright_compact_veryshort
   100.0% applications/smurf/examples/
  
  (Ed Chapin) smurf: fixed bug in multi-chunk case
   100.0% applications/smurf/libsmf/
  
  (Ed Chapin) smurf: drop ast.zero_lowhits from blank field processing
   100.0% applications/smurf/examples/
 

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

  commit 6512ec90cc5d327a45716ea7a327e88e3150b33e
  Author: Tim Jenness <[log in to unmask]>
  Date:   Thu Dec 29 14:47:31 2011 -1000
  
      smurf: Sync up the pointing dimmconfig
      
      It was very out of date but the default config for the pipeline.
      In some examples it would throw away twice as many bolometers
      as bright_compact. This is now bright_compact with a different
      flagslow parameter for historical reasons.
  
   .../smurf/examples/dimmconfig_pointing.lis         |   13 ++-----------
   1 files changed, 2 insertions(+), 11 deletions(-)
  
  commit e2b9f2e5073acf49b73b080a91cbb6aebd1a652a
  Author: Tim Jenness <[log in to unmask]>
  Date:   Thu Dec 29 14:33:15 2011 -1000
  
      smurf: Add maptol to bright_compact_veryshort
  
   .../dimmconfig_bright_compact_veryshort.lis        |    9 +++++++++
   1 files changed, 9 insertions(+), 0 deletions(-)
  
  commit f999343f2ce97054423aa6184693f5b702468acf
  Author: Ed Chapin <[log in to unmask]>
  Date:   Thu Dec 29 15:17:23 2011 -0800
  
      smurf: fixed bug in multi-chunk case
      
      thismap is used to "undo" the previous iteration of the AST model
      prior to starting each iteration. When a new chunk is started, it
      is set to the previous chunk's map, rather than 0. This was
      introducing noise into the maps.
  
   applications/smurf/libsmf/smf_iteratemap.c |   23 +++++++++++++----------
   1 files changed, 13 insertions(+), 10 deletions(-)
  
  commit 860bac7c24d358449c30a7a3c790108ff29cec80
  Author: Ed Chapin <[log in to unmask]>
  Date:   Thu Dec 29 12:24:11 2011 -0800
  
      smurf: drop ast.zero_lowhits from blank field processing
      
      Not really necessary and probably does odd things to noise
      properties around the edges.
  
   .../smurf/examples/dimmconfig_blank_field.lis      |   14 ++------------
   1 files changed, 2 insertions(+), 12 deletions(-)