Print

Print


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

  (Tim Jenness) perlmods: Fix GetFrame method in Starlink::AST
   100.0% perlmods/Starlink/AST/
  
  (Tim Jenness) smurf: Sync sc2store_pro with DA version
   100.0% applications/smurf/sc2da/
  
  (Malcolm J. Currie) star2html: Spring clean of SST definitions.
   100.0% applications/star2html/
  
  (Malcolm J. Currie) .gitignore: Exclude KAPLIBS kpg1_mvbd.f and kpg_stos.f instantiated generic code.
  
  (Malcolm J. Currie) KAPPA: Invoke the new KPG_STOSx routine to make STATS code shorter and clearer.
    99.5% applications/kappa/libkappa/
  
  (Malcolm J. Currie) KAPLIBS: Created new KPG_STOSx to compute accurate ordered statistics.
   100.0% libraries/kaplibs/kpg/
  
  (Malcolm J. Currie) KAPLIBS: Tidy of the news file.
   100.0% libraries/kaplibs/
  
  (Peter W. Draper) gaia: allow the selection of a font and colour for use when labelling objects displayed from a Skycat catalogue window.
    99.7% applications/gaia/gaia/library/
  
  (David Berry) ndg: Add facilities for reading and writing provenance as XML
   100.0% libraries/ndg/
  
  (David Berry) kappa: stats order=yes did not ignore bad pixels
     2.3% applications/kappa/libkappa/
     5.3% libraries/kaplibs/kpg/
    92.3% libraries/kaplibs/
 

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

  commit 64145049a5fb6e594ff7c7a41da601eab43a3429
  Author: Tim Jenness <[log in to unmask]>
  Date:   Thu Aug 20 14:32:44 2009 -1000
  
      perlmods: Fix GetFrame method in Starlink::AST
      
      Previously always returned a Starlink::AST::Frame object. Now
      the return value is reblessed into the correct class.
  
   perlmods/Starlink/AST/AST.pm |   10 ++++++++++
   perlmods/Starlink/AST/AST.xs |    2 +-
   2 files changed, 11 insertions(+), 1 deletions(-)
  
  commit 5de8f31d63717bb1786bb36da0a4fd61877e3db7
  Author: Tim Jenness <[log in to unmask]>
  Date:   Thu Aug 20 09:32:05 2009 -1000
  
      smurf: Sync sc2store_pro with DA version
  
   applications/smurf/sc2da/sc2store_pro.h |    4 +++-
   1 files changed, 3 insertions(+), 1 deletions(-)
  
  commit e6b7f1eb0bf2013d5b10f446312de58d53a08f97
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Thu Aug 20 22:10:05 2009 +0100
  
      star2html: Spring clean of SST definitions.
      
      This essentially mirrors the revisions to SUN/95 (fb336ad46f4cd) and
      merges older improvements that were not folded into the template.
      
         + Added some line breaks to give a gap before headings.
         + Added further goodbreaks to encourage TeX to break a page not
           immediately following a heading in the DVI form.
         + Augmented the SST definitions history.
         + Added \sstapplicability to htmlonly section.
         + Mark document and routine names on both odd and even pages of an
           sstroutine.
         + Add \sstatt, \sstattributes, and \sstattributetype.
  
   applications/star2html/sst.tex |  102 +++++++++++++++++++++++++++++++++++---
   1 files changed, 95 insertions(+), 7 deletions(-)
  
  commit 166f3ff740864083b392eb70fc9691fa9becff7d
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Thu Aug 20 21:48:13 2009 +0100
  
      .gitignore: Exclude KAPLIBS kpg1_mvbd.f and kpg_stos.f instantiated generic code.
  
   .gitignore |    4 ++++
   1 files changed, 4 insertions(+), 0 deletions(-)
  
  commit edd7449f3aaf82be1af1a3183a633cae97540006
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Thu Aug 20 21:47:24 2009 +0100
  
      KAPPA: Invoke the new KPG_STOSx routine to make STATS code shorter and clearer.
      
      Allowing for bad values in order statistics apples from Version 1.1-7.
  
   applications/kappa/component.xml    |    2 +-
   applications/kappa/configure.ac     |    2 +-
   applications/kappa/libkappa/stats.f |  343 ++-------------------------------
   3 files changed, 21 insertions(+), 326 deletions(-)
  
  commit 83dd0b6b1d38cd2fa7a5f2bae123114fc948193c
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Thu Aug 20 21:46:51 2009 +0100
  
      KAPLIBS: Created new KPG_STOSx to compute accurate ordered statistics.
  
   libraries/kaplibs/kaplibs.news    |    3 +
   libraries/kaplibs/kpg/Makefile.am |    4 +-
   libraries/kaplibs/kpg/kpg_stos.gn |  261 +++++++++++++++++++++++++++++++++++
   3 files changed, 266 insertions(+), 2 deletions(-)
  
  commit f35ec37ce4b228b8718e9ff8c8d3d36c46020ff8
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Thu Aug 20 21:22:02 2009 +0100
  
      KAPLIBS: Tidy of the news file.
  
   libraries/kaplibs/kaplibs.news |   16 ++++++++--------
   1 files changed, 8 insertions(+), 8 deletions(-)
  
  commit efa48163d2385e985bad02c8f205c18f671f974a
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Thu Aug 20 13:18:46 2009 +0100
  
      gaia: allow the selection of a font and colour for use when labelling
      objects displayed from a Skycat catalogue window.
  
   applications/gaia/gaia.news                   |    4 +
   applications/gaia/gaia/library/GaiaSearch.tcl |   77 ++++++++++++++++++++++-
   2 files changed, 78 insertions(+), 3 deletions(-)
  
  commit 467b4963908c45357edeeddeac53c7775b83e5b4
  Author: David Berry <[log in to unmask]>
  Date:   Mon Jul 20 17:01:15 2009 +0100
  
      ndg: Add facilities for reading and writing provenance as XML
  
   libraries/ndg/Makefile.am      |    3 +-
   libraries/ndg/ndg.h            |    8 +
   libraries/ndg/ndg_provenance.c |  888 ++++++++++++++++++++++++++--------
   libraries/ndg/ndg_votest.c     |   38 ++
   libraries/ndg/ndg_votutils.c   | 1007 ++++++++++++++++++++++++++++++++++++++
   5 files changed, 1749 insertions(+), 195 deletions(-)
  
  commit de25d70cb6b60f4013ab2a8dc2a55d3efe66d296
  Author: David Berry <[log in to unmask]>
  Date:   Thu Aug 20 10:11:11 2009 +0100
  
      kappa: stats order=yes did not ignore bad pixels
  
   applications/kappa/libkappa/stats.f |  113 +-
   libraries/kaplibs/kaplibs.news      |    4 +
   libraries/kaplibs/kpg/Makefile.am   |    2 +-
   libraries/kaplibs/kpg/kpg1_mvbd.gn  |  131 +
   libraries/kaplibs/sun238.tex        | 5994 ++++++++++++++++++++++++++++++++-
   5 files changed, 6166 insertions(+), 78 deletions(-)