JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for STARDEV Archives


STARDEV Archives

STARDEV Archives


STARDEV@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

STARDEV Home

STARDEV Home

STARDEV  October 2009

STARDEV October 2009

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Recent repository commits

From:

Tim Jenness <[log in to unmask]>

Reply-To:

Starlink development <[log in to unmask]>

Date:

Wed, 21 Oct 2009 05:00:39 +0100

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (207 lines)

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(-)

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

December 2023
January 2023
December 2022
July 2022
June 2022
April 2022
March 2022
December 2021
October 2021
July 2021
April 2021
January 2021
October 2020
September 2020
August 2020
May 2020
November 2019
October 2019
July 2019
June 2019
February 2019
January 2019
December 2018
November 2018
August 2018
July 2018
May 2018
April 2018
March 2018
February 2018
December 2017
October 2017
August 2017
July 2017
May 2017
April 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
October 2015
September 2015
August 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
April 2004
March 2004
February 2004
January 2004
2004
April 2003
2003


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager