Print

Print


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

  (Malcolm J. Currie) CONVERT: Disable quality masking when QUALITY exported & allow three-letter COMP values.
    13.8% applications/convert/libcof/
    86.1% applications/convert/
  
  (Malcolm J. Currie) CONVERT: Added Group heading to the list of records not indented.
   100.0% applications/convert/libcof/
  
  (Malcolm J. Currie) KAPLIBS: Added two recent new routines to the news and sorted.
 

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

  commit 1144e64531778ae95e140fe80fd531cca2d8a029
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Fri Oct 16 21:48:25 2009 +0100
  
      CONVERT: Disable quality masking when QUALITY exported & allow three-letter COMP values.
      
      The first avoids exporting the QUALITY information twice and
      preserves all the data and variance array values in the FITS file.
      Also added a section on Quality Masking to the NDF2FITS
      documentation.
      
      Rather than complicate the documentation wording, COMP can now have a
      three-letter value such as VQD.
      
      Version 1.5-18.
  
   applications/convert/component.xml      |    2 +-
   applications/convert/configure.ac       |    2 +-
   applications/convert/convert.news       |   20 +++++++++++++---
   applications/convert/libcof/cof_ndf2f.f |   24 +++++++++++++++++++-
   applications/convert/ndf2fits.f         |   34 ++++++++++++++++++++++------
   applications/convert/sun55.tex          |   16 +++++++++++++
   6 files changed, 83 insertions(+), 15 deletions(-)
  
  commit a049c602ae4d640439c801b73c77e7d3d2cf84a5
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Fri Oct 16 18:58:29 2009 +0100
  
      CONVERT: Added Group heading to the list of records not indented.
      
      This allows for the new NDG/KAPLIBS facility by which a list of NDFs
      stored in a GRP group are listed in a a history block.  The change
      means "Group:" is recognised as a heading and thus a new line is
      created in the output NDF HISTORY record, indented left of subsequent
      lines in the block.  The aim of this and an earlier fix
      (3154f4c5771cd) permit moving between FITS and NDF without losing the
      block structure and indentation in the HISTORY records.
  
   applications/convert/libcof/cof_chisr.f |   11 ++++++++---
   1 files changed, 8 insertions(+), 3 deletions(-)
  
  commit 70cd2c6ed6d01cf75fb91ff6378e3976c6f304e0
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Thu Oct 15 21:09:36 2009 +0100
  
      KAPLIBS: Added two recent new routines to the news and sorted.
  
   libraries/kaplibs/kaplibs.news |   14 ++++++++++----
   1 files changed, 10 insertions(+), 4 deletions(-)