Print

Print


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

  (David Berry) ast: Changing spectral rest frame should not prevent FITS-WCS encoding
   100.0% libraries/ast/
  
  (David Berry) ast: Fix more -TAB problems
   100.0% libraries/ast/
  
  (David Berry) cupid: Ensure gaussian angles are in range +/- 180
   100.0% applications/cupid/cupidsub/
  
  (David Berry) cupid: white space tidy up
   100.0% applications/cupid/cupidsub/

Commit summary from repository perl-NDF
------------------------------------

  (Tim Jenness) Switch to using Module::Build
     5.3% PDL/
     2.7% arrays/
     5.1% lib/PDL/IO/
    17.4% lib/
    26.8% src/
 

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

  commit b7b9acbc9065419de6baabd9d7d0ff8ade064db1
  Author: David Berry <[log in to unmask]>
  Date:   Mon Feb 14 13:00:02 2011 +0000
  
      ast: Changing spectral rest frame should not prevent FITS-WCS encoding
      
      Previously, the slight non-linearity caused by changing a frequency axis
      from (say) LSR to Barycentric prevented the spectral axis being writting
      using the "nornmal" algorithms defined by FITS-WCS. This meant that -TAB
      was used as a fall-back.
      
      This change relaxes the linearity requirement slightly so that such axes
      can be written out using the standard algorithms of FITS-WC Spaper III.
  
   libraries/ast/fitschan.c |    7 ++++---
   1 files changed, 4 insertions(+), 3 deletions(-)
  
  commit 2b9f3fb1e7ea580128d6c0b02d840450d79e7713
  Author: David Berry <[log in to unmask]>
  Date:   Mon Feb 14 12:42:25 2011 +0000
  
      ast: Fix more -TAB problems
      
      In a cube, spatial axes were being scaled from degs to rads
      inappropriately, and the reference point (obs. centre) on the spectral
      axis was being lost.
  
   libraries/ast/fitschan.c |  103 +++++++++++++++++++++++++++++++------------
   1 files changed, 74 insertions(+), 29 deletions(-)
  
  commit 06d014db973f6858155d2e93c58b752b60c37540
  Author: David Berry <[log in to unmask]>
  Date:   Mon Feb 14 09:14:03 2011 +0000
  
      cupid: Ensure gaussian angles are in range +/- 180
  
   applications/cupid/cupidsub/cupidgcfit.cgen |   10 ++++++++++
   1 files changed, 10 insertions(+), 0 deletions(-)
  
  commit 26961662edc6ace6492c2e2d5dbfec905279f056
  Author: David Berry <[log in to unmask]>
  Date:   Mon Feb 14 09:12:14 2011 +0000
  
      cupid: white space tidy up
  
   applications/cupid/cupidsub/cupidgcfit.cgen |   54 ++++++++++++------------
   1 files changed, 27 insertions(+), 27 deletions(-)

Commits from repository perl-NDF
-----------------------------

  commit f3bee65d36c5cb002bfe75ba1541cb8a97d3c8d2
  Author: Tim Jenness <[log in to unmask]>
  Date:   Mon Feb 14 11:39:00 2011 -1000
  
      Switch to using Module::Build
  
   .gitignore                 |    9 ++++
   Build.PL                   |  103 ++++++++++++++++++++++++++++++++++++++++++
   INSTALL                    |   24 +++-------
   MANIFEST                   |   19 +++++---
   MANIFEST.SKIP              |    1 +
   META.yml                   |   29 ++++++++++++
   PDL/Changes                |   34 --------------
   PDL/Makefile.PL            |    8 ---
   PDL/README                 |   30 ------------
   README.pdl                 |   59 ++++++++++++++++++++++++
   NDF.pm => lib/NDF.pm       |   12 ++---
   NDF.xs => lib/NDF.xs       |   18 ++-----
   {PDL => lib/PDL/IO}/NDF.pm |    0
   {arrays => src}/README     |    0
   {arrays => src}/arrays.c   |    0
   {arrays => src}/arrays.h   |    0
   getarg.c => src/getarg.c   |   16 +++++++
   {arrays => src}/makefile   |    0
   src/ndf_getarg.h           |    4 ++
   ppport.h => src/ppport.h   |    0
   20 files changed, 247 insertions(+), 119 deletions(-)