Print

Print


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

  (David Berry) cupid: New findclumps parameter "VO" adds STCS shapes to output FITS table
    78.3% applications/cupid/cupidsub/
    21.6% applications/cupid/
  
  (David Berry) ast: Region optimisations - avoid using astRate and astMapBox which are sloooowwwwwww.....
   100.0% libraries/ast/
  
  (David Berry) ast: Add PointSet method to find PointSet bounding box
   100.0% libraries/ast/
  
  (David Berry) ast: Allow more information to be returned about region parameters
   100.0% libraries/ast/
  
  (David Berry) ast: Add a few "const" qualifiers to parameters in the memory module
   100.0% libraries/ast/
 

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

  commit 06b50abd66f74b3c715c062866868e6f8cc47fee
  Author: David Berry <[log in to unmask]>
  Date:   Tue Apr 28 14:21:37 2009 +0100
  
      cupid: New findclumps parameter "VO" adds STCS shapes to output FITS table
  
   applications/cupid/cupid.h.source              |    4 +-
   applications/cupid/cupid.ifd.in                |   10 +
   applications/cupid/cupidsub/cupidclumpdesc.c   |  297 ++++++++++++++++++++--
   applications/cupid/cupidsub/cupidstoreclumps.c |  142 +++++++----
   applications/cupid/extractclumps.c             |   33 ++-
   applications/cupid/findclumps.c                |   22 +-
   applications/cupid/makeclumps.c                |    6 +-
   7 files changed, 421 insertions(+), 93 deletions(-)
  
  commit 0ab84bbfa893c8f0a6530a29a473743724e7e842
  Author: David Berry <[log in to unmask]>
  Date:   Fri May 1 16:55:26 2009 +0100
  
      ast: Region optimisations - avoid using astRate and astMapBox which are sloooowwwwwww.....
  
   libraries/ast/box.c      |    8 +-
   libraries/ast/circle.c   |    4 +-
   libraries/ast/ellipse.c  |    4 +-
   libraries/ast/interval.c |   12 +-
   libraries/ast/pointset.c |    4 +-
   libraries/ast/polygon.c  |    4 +-
   libraries/ast/region.c   |  268 ++++++++++++++------------------------------
   libraries/ast/region.h   |    3 -
   8 files changed, 102 insertions(+), 205 deletions(-)
  
  commit 955ffb53151f7ca11d47618bf84be4e2615d9d79
  Author: David Berry <[log in to unmask]>
  Date:   Fri May 1 14:45:16 2009 +0100
  
      ast: Add PointSet method to find PointSet bounding box
  
   libraries/ast/pointset.c |  120 +++++++++++++++++++++++++++++++++++++++++---
   libraries/ast/pointset.h |   10 +++-
   2 files changed, 120 insertions(+), 10 deletions(-)
  
  commit 2c86eeed80b9b0b781b491b18412a87b0cbd4fe1
  Author: David Berry <[log in to unmask]>
  Date:   Fri May 1 12:52:41 2009 +0100
  
      ast: Allow more information to be returned about region parameters
  
   libraries/ast/circle.c   |   59 ++++++++++++++++++++++++++++-------------
   libraries/ast/circle.h   |    8 +++---
   libraries/ast/ellipse.c  |   62 +++++++++++++++++++++++++++++++++----------
   libraries/ast/ellipse.h  |    8 +++---
   libraries/ast/fcircle.c  |    4 ++-
   libraries/ast/fellipse.c |    6 +++-
   libraries/ast/stcschan.c |    4 +-
   7 files changed, 105 insertions(+), 46 deletions(-)
  
  commit dc8f311dbf3d465d6ab34260d95eba8d8be53495
  Author: David Berry <[log in to unmask]>
  Date:   Fri May 1 11:43:44 2009 +0100
  
      ast: Add a few "const" qualifiers to parameters in the memory module
  
   libraries/ast/memory.c |    6 +++---
   libraries/ast/memory.h |    4 ++--
   2 files changed, 5 insertions(+), 5 deletions(-)