Print

Print


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

  (Tim Jenness) smurf: Fix writing out of time series WCS
   100.0% applications/smurf/sc2da/
  
  (David Berry) smurf: Set telpos and instap in smfHead returned by smf_concat_smfGroup
   100.0% applications/smurf/libsmf/
  
  (David Berry) ast: Put a space before any comment when creating a FITS header card
    84.4% libraries/ast/ast_tester/
    15.5% libraries/ast/
  
  (David Berry) cupid: prevent straight edges appearing in GaussClump model clumps
    95.7% applications/cupid/cupidsub/
     4.2% applications/cupid/
  
  (David Berry) pcs: Remove ast dependancy in hdspar
   100.0% libraries/pcs/hdspar/
 

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

  commit 2969e81a22b5ece456977f9353d4fee6b00e53e8
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Feb 4 14:31:49 2011 -1000
  
      smurf: Fix writing out of time series WCS
      
      This stopped working when JCMTSTATE writing was refactored to
      write out in a single command. The pointers were no longer left
      pointing to mapped JCMTSTATE so RTS_END was null when passed
      to sc2store_timeWcs. Now explicitly copy RTS_END from the
      input JCMTSTATE struct.
  
   applications/smurf/sc2da/sc2store.c |   13 +++++++++++--
   1 files changed, 11 insertions(+), 2 deletions(-)
  
  commit 9eb2de04e206cc6d6f8bcfba7750614d14e477ef
  Author: David Berry <[log in to unmask]>
  Date:   Mon Feb 7 12:45:48 2011 +0000
  
      smurf: Set telpos and instap in smfHead returned by smf_concat_smfGroup
  
   applications/smurf/libsmf/smf_concat_smfGroup.c |    8 ++++++++
   1 files changed, 8 insertions(+), 0 deletions(-)
  
  commit 7c7dc5c892f5a0f8aac05fc4f2c2484d35e5dcaf
  Author: David Berry <[log in to unmask]>
  Date:   Mon Feb 7 12:26:36 2011 +0000
  
      ast: Put a space before any comment when creating a FITS header card
  
   .../ast_tester/a20070718_00010_02_cube.fits-wcs    |    2 +-
   libraries/ast/ast_tester/degen1.fits-wcs           |    2 +-
   libraries/ast/ast_tester/dss.fits-wcs              |    2 +-
   libraries/ast/ast_tester/timj.fits-aips            |    2 +-
   libraries/ast/ast_tester/timj.fits-iraf            |    2 +-
   libraries/ast/ast_tester/timj.fits-pc              |    2 +-
   libraries/ast/ast_tester/timj.fits-wcs             |    2 +-
   libraries/ast/ast_tester/timj.native               |    6 +++---
   libraries/ast/fitschan.c                           |    5 ++++-
   9 files changed, 14 insertions(+), 11 deletions(-)
  
  commit c9b6122981754172ad14be33e99dcbc3751d194b
  Author: David Berry <[log in to unmask]>
  Date:   Mon Feb 7 10:43:26 2011 +0000
  
      cupid: prevent straight edges appearing in GaussClump model clumps
  
   applications/cupid/configure.ac                    |    2 +-
   applications/cupid/cupid.news                      |    5 +
   .../cupid/cupidsub/cupidgcupdatearrays.cgen        |  121 +++++++++--------
   3 files changed, 70 insertions(+), 58 deletions(-)
  
  commit 041e7ca092e12f85069e2bc3ba78fa840731f10b
  Author: David Berry <[log in to unmask]>
  Date:   Mon Feb 7 08:09:27 2011 +0000
  
      pcs: Remove ast dependancy in hdspar
  
   libraries/pcs/hdspar/hdspar.c |    1 -
   1 files changed, 0 insertions(+), 1 deletions(-)