Print

Print


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

  (Tim Jenness) smurf: Add rawrewrtsc2wcs command
    84.2% applications/smurf/libsmurf/
    15.7% applications/smurf/
  
  (David Berry) ast: Allow astGetFits to return the value of the current card.
    10.3% libraries/ast/ast_tester/
    89.6% libraries/ast/
  
  (David Berry) ast: Provide FitsChan attribute that gives the data type of the current card
     5.8% libraries/ast/ast_tester/
    94.1% libraries/ast/
  
  (David Berry) ast: The FitsChan Nkey attribute should not include keywords that have been read
   100.0% libraries/ast/
 

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

  commit a057b9afdad9b71db3a984872842b67ff0035b0d
  Author: Tim Jenness <[log in to unmask]>
  Date:   Thu Sep 22 16:43:38 2011 -1000
  
      smurf: Add rawrewrtsc2wcs command
      
      This will regenerate the WCS for raw time series data if the WCS
      becomes corrupt in SCUBA-2 data.
      
      The name is odd because we are limited to 15 characters and the
      rawrecreatewcs command was taken for ACSIS.
  
   applications/smurf/Makefile.am                     |    1 +
   applications/smurf/component.xml                   |    2 +-
   applications/smurf/configure.ac                    |    2 +-
   applications/smurf/libsmurf/Makefile.am            |    1 +
   ...urf_rawrecreatewcs.c => smurf_rawrewrtsc2wcs.c} |   64 +++++-------------
   applications/smurf/libsmurf/smurflib.h             |    1 +
   applications/smurf/smurf.ifd.in                    |   16 +++++
   applications/smurf/smurf_mon.c                     |    2 +
   8 files changed, 41 insertions(+), 48 deletions(-)
  
  commit da03a69319594bc24c9084956f730ff7d3204a09
  Author: David Berry <[log in to unmask]>
  Date:   Thu Sep 22 17:50:51 2011 +0100
  
      ast: Allow astGetFits to return the value of the current card.
      
      Supply a NULL value for "name" and the value of he current card will be
      returned.
  
   libraries/ast/ast.news                  |    3 ++
   libraries/ast/ast_tester/testfitschan.f |    9 +++++-
   libraries/ast/ffitschan.c               |    3 ++
   libraries/ast/fitschan.c                |   45 ++++++++++++++++++----------
   libraries/ast/sun_master.tex            |    9 ++++++
   5 files changed, 52 insertions(+), 17 deletions(-)
  
  commit 42c36dd95d0d0a1b6aefb925b3c6175537b7ff2d
  Author: David Berry <[log in to unmask]>
  Date:   Thu Sep 22 13:09:07 2011 +0100
  
      ast: Provide FitsChan attribute that gives the data type of the current card
  
   libraries/ast/ast.news                  |    3 +
   libraries/ast/ast_par.source            |   22 ++++++
   libraries/ast/ast_tester/testfitschan.f |   10 +++-
   libraries/ast/fitschan.c                |  100 +++++++++++++++++++++++++++--
   libraries/ast/fitschan.h                |   10 +++-
   libraries/ast/sun_master.tex            |    3 +
   6 files changed, 140 insertions(+), 8 deletions(-)
  
  commit ece02b0a3ed997cda2a793e247aafe1c32ac60ff
  Author: David Berry <[log in to unmask]>
  Date:   Thu Sep 22 11:29:27 2011 +0100
  
      ast: The FitsChan Nkey attribute should not include keywords that have been read
  
   libraries/ast/fitschan.c |   42 +++++++++++++++++++++++++++++++++++++-----
   1 files changed, 37 insertions(+), 5 deletions(-)