Print

Print


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

  (Malcolm J. Currie) KAPPA: Merge WCSSLIDE fix into current version's changes.
   100.0% applications/kappa/
  
  (Malcolm J. Currie) KAPPA: Move to Version 1.12 for the next release.
   100.0% applications/kappa/
  
  (David Berry) atools: Add astquadapprox
   100.0% applications/atools/
  
  (David Berry) ast: Fix array access errror in astTranGrid
   100.0% libraries/ast/
  
  (David Berry) ast: Add new Mapping method - astQuadApprox.
   100.0% libraries/ast/
  
  (Peter W. Draper) gaia: fix problem with RA/Dec ordering when plotting catalogues
    85.3% applications/gaia/gaia/generic/
    14.6% applications/gaia/
  
  (David Berry) atools: Add asttrangrid
   100.0% applications/atools/
  
  (David Berry) smurf: Fix bug in handling scans with fewer than gain_box time slices
   100.0% applications/smurf/libsmf/
 

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

  commit b60c2eee0e606da30e4bab509cea290e479ebbf9
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Fri Feb 26 22:08:30 2010 +0000
  
      KAPPA: Merge WCSSLIDE fix into current version's changes.
  
   applications/kappa/kappa.news.in |    9 ++++-----
   applications/kappa/sun95.tex     |   14 +++++++-------
   2 files changed, 11 insertions(+), 12 deletions(-)
  
  commit e11dea68fa3b1cf8f2a2168d19a696d36a04b7bf
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Mon Feb 22 21:41:06 2010 +0000
  
      KAPPA: Move to Version 1.12 for the next release.
      
      Post-Hawaiki changes appear under Version 1.12 in the Release Notes
      and news.
  
   applications/kappa/component.xml |    2 +-
   applications/kappa/configure.ac  |    2 +-
   applications/kappa/kappa.news.in |   22 ++++++++++++++++------
   applications/kappa/sun95.tex     |   26 ++++++++++++++++++++------
   4 files changed, 38 insertions(+), 14 deletions(-)
  
  commit 1dbeaadd585f5163f4df3bc29f5b11e54a3ac529
  Author: David Berry <[log in to unmask]>
  Date:   Fri Feb 26 16:59:29 2010 +0000
  
      atools: Add astquadapprox
  
   applications/atools/Makefile.am     |    9 +-
   applications/atools/astquadapprox.f |  260 +++++++++++++++++++++++++++++++++
   applications/atools/atools.ifd.in   |   57 +++++++
   applications/atools/atools.news     |    2 +-
   applications/atools/atools_mon.f    |    3 +
   5 files changed, 327 insertions(+), 4 deletions(-)
  
  commit a3833a47b832ece0cb172f7b2c88485dc059729b
  Author: David Berry <[log in to unmask]>
  Date:   Fri Feb 26 16:49:20 2010 +0000
  
      ast: Fix array access errror in astTranGrid
  
   libraries/ast/mapping.c |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit acf6c579f2fe39f3e39f082125f38d09454ed0a4
  Author: David Berry <[log in to unmask]>
  Date:   Fri Feb 26 15:58:14 2010 +0000
  
      ast: Add new Mapping method - astQuadApprox.
      
      It produces a quadratic least squares fit to a 2D Mapping.
  
   libraries/ast/ast.news       |    2 +
   libraries/ast/ast_par.source |    1 +
   libraries/ast/fmapping.c     |   24 ++
   libraries/ast/mapping.c      |  452 ++++++++++++++++++++++++++++++++++++++++
   libraries/ast/mapping.h      |    8 +
   libraries/ast/sun_master.tex |    9 +
   6 files changed, 496 insertions(+), 0 deletions(-)
  
  commit 50647e5686d415d4f8d4c3b36f7e3ba9cc998939
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Fri Feb 26 12:05:16 2010 +0000
  
      gaia: fix problem with RA/Dec ordering when plotting catalogues
      
      and image axes are swapped, been like this sine nanahope
  
   applications/gaia/gaia.news                    |   23 ++++++-----
   applications/gaia/gaia/generic/GaiaSkySearch.C |   46 +++++++++++++++++++--
   2 files changed, 54 insertions(+), 15 deletions(-)
  
  commit 78adae79707ce3e5daa0f09330ce7d21602290ea
  Author: David Berry <[log in to unmask]>
  Date:   Fri Feb 26 11:05:44 2010 +0000
  
      atools: Add asttrangrid
  
   applications/atools/Makefile.am   |    6 +-
   applications/atools/asttrangrid.f |  266 +++++++++++++++++++++++++++++++++++
   applications/atools/atools.ifd.in |   70 +++++++++
   applications/atools/atools.news   |    4 +
   applications/atools/atools_mon.f  |    3 +
   applications/atools/component.xml |    2 +-
   applications/atools/configure.ac  |    2 +-
   7 files changed, 348 insertions(+), 5 deletions(-)
  
  commit 368a675e12b5b515291c2e76d2439e16563bcdbd
  Author: David Berry <[log in to unmask]>
  Date:   Fri Feb 26 09:25:27 2010 +0000
  
      smurf: Fix bug in handling scans with fewer than gain_box time slices
  
   applications/smurf/libsmf/smf_calcmodel_com.c |   13 +++++++++----
   applications/smurf/libsmf/smf_model_create.c  |    1 +
   2 files changed, 10 insertions(+), 4 deletions(-)