Print

Print


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

  (Tim Jenness) smurf: if bolzero is null we must not free the locator and NDF identifier
    56.1% applications/smurf/libsmf/
    43.8% applications/smurf/sc2da/
  
  (Tim Jenness) smurf: Update sc2store_mapwts to know about row/col flip
   100.0% applications/smurf/sc2da/
  
  (Tim Jenness) smurf: Parameterize the lower pixel bounds of raw data in sc2store
   100.0% applications/smurf/sc2da/
  
  (Tim Jenness) smurf: Allow us to skip writing of bolometer zero points in STARE mode
    55.8% applications/smurf/libsmf/
    44.1% applications/smurf/sc2da/
  
  (Andy Gibb) smurf: install example parameter files for DREAM
  
  (Andy Gibb) SCUBA2: example simulator files for DREAM
   100.0% applications/smurf/examples/
  
  (Tim Jenness) smurf: Some tweaks suggested by the static analyzer
   100.0% applications/smurf/libsmf/
  
  (David Berry) ast: Retain alignment frame properties in SpecFrame  when restoring FrameSet integrity.
   100.0% libraries/ast/
 

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

  commit f7ea3ae7bd09e049a287ee06068b1b33e2d34940
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Sep 16 16:11:13 2009 -1000
  
      smurf: if bolzero is null we must not free the locator and NDF identifier
  
   applications/smurf/libsmf/smf_store_image.c |   16 ++++++++--------
   applications/smurf/sc2da/sc2store.c         |   19 ++++++++++---------
   2 files changed, 18 insertions(+), 17 deletions(-)
  
  commit 76a6455e34509d31596b705a25578bf30e4a684b
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Sep 16 15:34:46 2009 -1000
  
      smurf: Update sc2store_mapwts to know about row/col flip
  
   applications/smurf/sc2da/sc2store.c |   28 ++++++++++++++++++++--------
   1 files changed, 20 insertions(+), 8 deletions(-)
  
  commit cbad2daddc5b29943fcfc02afc18a72fd4fbbe51
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Sep 16 14:15:50 2009 -1000
  
      smurf: Parameterize the lower pixel bounds of raw data in sc2store
  
   applications/smurf/sc2da/sc2store.c     |   17 ++++++++---------
   applications/smurf/sc2da/sc2store_par.h |    7 +++++++
   2 files changed, 15 insertions(+), 9 deletions(-)
  
  commit 03ebe65d574a9c6697680d1b2c23a8577a44d7e9
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Sep 16 12:20:28 2009 -1000
  
      smurf: Allow us to skip writing of bolometer zero points in STARE mode
  
   applications/smurf/libsmf/smf_calc_stareimage.c |    9 ++--
   applications/smurf/libsmf/smf_store_image.c     |   45 +++++++++++---------
   applications/smurf/sc2da/sc2store.c             |   25 ++++++-----
   3 files changed, 43 insertions(+), 36 deletions(-)
  
  commit 8cce4ac1a6d080d2e3c5a3a687cbcd34125ea4d7
  Author: Andy Gibb <[log in to unmask]>
  Date:   Wed Sep 16 13:08:16 2009 -0700
  
      smurf: install example parameter files for DREAM
  
   applications/smurf/Makefile.am |    2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)
  
  commit 22a21accd657a1d4e9050d26c7e4d28a7737d806
  Author: Andy Gibb <[log in to unmask]>
  Date:   Wed Sep 16 13:06:35 2009 -0700
  
      SCUBA2: example simulator files for DREAM
  
   applications/smurf/examples/dreamobs.lis |  110 +++++++++++++++++++++++++
   applications/smurf/examples/dreamsim.lis |  122 ++++++++++++++++++++++++++++
   2 files changed, 232 insertions(+), 0 deletions(-)
  
  commit fa66086e5118e52c1bb0ab252fa00534afa5523e
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Sep 16 11:12:17 2009 -1000
  
      smurf: Some tweaks suggested by the static analyzer
      
       * Returning early if status is bad
       * prototype tweaks
  
   applications/smurf/libsmf/smf.h.source        |    2 +-
   applications/smurf/libsmf/smf_checkmem_dimm.c |    9 ++++++---
   applications/smurf/libsmf/smf_checkmem_map.c  |   12 ++++++++----
   applications/smurf/libsmf/smf_fit_poly.c      |    6 +++---
   4 files changed, 18 insertions(+), 11 deletions(-)
  
  commit 8a788c2dc1ee6ba8bccbb58a59e3e7baf16cadeb
  Author: David Berry <[log in to unmask]>
  Date:   Wed Sep 16 12:04:06 2009 +0100
  
      ast: Retain alignment frame properties in SpecFrame  when restoring FrameSet integrity.
  
   libraries/ast/specframe.c |   89 ++++++++++++++++++++++++++----------------
   1 files changed, 55 insertions(+), 34 deletions(-)