Print

Print


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

  (Tim Jenness) smurf: Tweak order of args in rdtstream to keeps fits args together
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: rawunpress propagates units and label from smfData
   100.0% applications/smurf/libsmurf/
  
  (Tim Jenness) smurf: rdtstream now reads units and wrtstream writes units
    18.6% applications/smurf/libsmf/
    81.3% applications/smurf/sc2da/
  
  (Tim Jenness) smurf: Clarify && || logic with added parentheses
   100.0% applications/smurf/sc2da/
  
  (Tim Jenness) smurf: smf_NDFexport_smfFilter not used so remove it
   100.0% applications/smurf/libsmf/
  
  (Ed Chapin) smurf: fix lbound calc in smf_concat_smfGroup
   100.0% applications/smurf/libsmf/
  
  (Ed Chapin) smurf: whitespace cleanup for smf_write_smfData
   100.0% applications/smurf/libsmf/
  
  (Ed Chapin) smurf: change IGNOREDARK to USEDARKS in sc2concat
    77.0% applications/smurf/libsmurf/
    22.9% applications/smurf/
  
  (Ed Chapin) smurf: add IGNOREDARK adam parameter to sc2concat
    57.6% applications/smurf/libsmurf/
    42.3% applications/smurf/
  
  (David Berry) ndg: Register groups accessed by ndg_assoc so that they appear in NDF history
   100.0% libraries/ndg/
  
  (David Berry) ndg: Dont duplicate NDF history if no GRP params have been registered with NDG
   100.0% libraries/ndg/
  
  (Peter W. Draper) skycat: track changes
   100.0% thirdparty/eso/skycat/
  
  (David Berry) ast: Correct Dump function in Plot so that it dumps all axis attributes
   100.0% libraries/ast/
  
  (David Berry) ast: Correct bad splitting of long axis labels in plot.c
   100.0% libraries/ast/

Commit summary from repository skycat
------------------------------------

  (Peter W. Draper) Don't let unsigned short limits wrap when out of range
   100.0% rtd/generic/
 

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

  commit 90dc977c847a4685ecf64d8d56f8389115fc8c97
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Oct 20 16:07:53 2009 -1000
  
      smurf: Tweak order of args in rdtstream to keeps fits args together
  
   applications/smurf/libsmf/smf_open_file.c |    2 +-
   applications/smurf/sc2da/sc2store.c       |    2 +-
   applications/smurf/sc2da/sc2store_pro.h   |    2 +-
   3 files changed, 3 insertions(+), 3 deletions(-)
  
  commit 41c6865d89f4d266ffb2ac22df0960f73ff4cc2f
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Oct 20 16:00:44 2009 -1000
  
      smurf: rawunpress propagates units and label from smfData
  
   applications/smurf/libsmurf/smurf_rawunpress.c |    9 ++++++++-
   1 files changed, 8 insertions(+), 1 deletions(-)
  
  commit 48a8608cc9b473d90549da65125e9248a0c29291
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Oct 20 15:59:51 2009 -1000
  
      smurf: rdtstream now reads units and wrtstream writes units
      
      And labels.
  
   applications/smurf/libsmf/smf_open_file.c |   10 +++++-
   applications/smurf/sc2da/sc2store.c       |   48 +++++++++++++++++++++++++--
   applications/smurf/sc2da/sc2store_par.h   |    2 +
   applications/smurf/sc2da/sc2store_pro.h   |    4 ++
   4 files changed, 60 insertions(+), 4 deletions(-)
  
  commit 82fb3918c486b41d59a61adad977d5e62b201c45
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Oct 20 15:57:51 2009 -1000
  
      smurf: Clarify && || logic with added parentheses
  
   applications/smurf/sc2da/sc2store.c |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit e6be07946d06f8b15889d48985251441a01f6d0f
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Oct 20 15:56:08 2009 -1000
  
      smurf: smf_NDFexport_smfFilter not used so remove it
  
   applications/smurf/libsmf/Makefile.am              |    1 -
   applications/smurf/libsmf/smf.h.source             |    3 -
   .../smurf/libsmf/smf_NDFexport_smfFilter.c         |  145 ------------------
   3 files changed, 0 insertions(+), 149 deletions(-)
  
  commit 6782c9ecdc11e448ccfd24b076168f01102b58b7
  Author: Ed Chapin <[log in to unmask]>
  Date:   Tue Oct 20 17:01:38 2009 -0700
  
      smurf: fix lbound calc in smf_concat_smfGroup
  
   applications/smurf/libsmf/smf_concat_smfGroup.c |   15 ++++++++++-----
   1 files changed, 10 insertions(+), 5 deletions(-)
  
  commit 316c9e0915cd735006a568fd5c733bed111c958f
  Author: Ed Chapin <[log in to unmask]>
  Date:   Tue Oct 20 16:19:46 2009 -0700
  
      smurf: whitespace cleanup for smf_write_smfData
  
   applications/smurf/libsmf/smf_write_smfData.c |   38 +++++++++++-----------
   1 files changed, 19 insertions(+), 19 deletions(-)
  
  commit 09302f710ff59f3b68efd1e9adcf0ab8ad064968
  Author: Ed Chapin <[log in to unmask]>
  Date:   Tue Oct 20 16:17:19 2009 -0700
  
      smurf: change IGNOREDARK to USEDARKS in sc2concat
  
   applications/smurf/libsmurf/smurf_sc2concat.c |   22 +++++++++-------------
   applications/smurf/smurf.ifd.in               |   17 ++++++++---------
   2 files changed, 17 insertions(+), 22 deletions(-)
  
  commit 4d2584bbd28722abf8a6f585aedf4972ca87c693
  Author: Ed Chapin <[log in to unmask]>
  Date:   Tue Oct 20 12:04:29 2009 -0700
  
      smurf: add IGNOREDARK adam parameter to sc2concat
  
   applications/smurf/libsmurf/smurf_sc2concat.c |   21 +++++++++++++++++----
   applications/smurf/smurf.ifd.in               |    9 +++++++++
   2 files changed, 26 insertions(+), 4 deletions(-)
  
  commit e147fe8aa039f76ac017f6a5bd175eaee3879931
  Author: David Berry <[log in to unmask]>
  Date:   Tue Oct 20 17:38:09 2009 +0100
  
      ndg: Register groups accessed by ndg_assoc so that they appear in NDF history
  
   libraries/ndg/ndg_assoc.f |    9 +++++++++
   1 files changed, 9 insertions(+), 0 deletions(-)
  
  commit 9fda3a2b8dbe57bf8fd703e0c79c98b3afb75f85
  Author: David Berry <[log in to unmask]>
  Date:   Tue Oct 20 17:33:26 2009 +0100
  
      ndg: Dont duplicate NDF history if no GRP params have been registered with NDG
  
   libraries/ndg/ndg_endgh.f |   18 +++++++++++++++++-
   1 files changed, 17 insertions(+), 1 deletions(-)
  
  commit 90ab6ae7cb9c448f9072b99b34c8a45284e8269e
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Tue Oct 20 15:50:24 2009 +0100
  
      skycat: track changes
  
   thirdparty/eso/skycat/skycat |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit 7a38b0cf54bb8aee67692aea0d5a000b050ae09c
  Author: David Berry <[log in to unmask]>
  Date:   Tue Oct 20 15:09:23 2009 +0100
  
      ast: Correct Dump function in Plot so that it dumps all axis attributes
  
   libraries/ast/plot.c |   12 +++++++-----
   1 files changed, 7 insertions(+), 5 deletions(-)
  
  commit 89cae04c7815687d6c41eae03f3cb4c3cc118472
  Author: David Berry <[log in to unmask]>
  Date:   Tue Oct 20 14:45:49 2009 +0100
  
      ast: Correct bad splitting of long axis labels in plot.c
  
   libraries/ast/plot.c |   70 +++++++++++++++++++++++++++++------------------
   1 files changed, 43 insertions(+), 27 deletions(-)

Commits from repository skycat
-----------------------------

  commit 1e52aebfff5204daf16a90562203078b477d8b0b
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Tue Oct 20 15:48:52 2009 +0100
  
      Don't let unsigned short limits wrap when out of range
  
   rtd/generic/UShortImageData.C |   20 +++++++++++++++++---
   1 files changed, 17 insertions(+), 3 deletions(-)