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:

Thu, 22 Oct 2009 05:00:40 +0100

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (291 lines)

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

  (Tim Jenness) smurf: Fix unit concatenation in calcnoise
   100.0% applications/smurf/libsmurf/
  
  (Tim Jenness) smurf: Use DEBUG level for units reporting
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: Allow flatfielded data to be run through CALCNOISE
   100.0% applications/smurf/libsmurf/
  
  (Tim Jenness) smurf: Add a note about debugging astMalloc memory leaks
   100.0% applications/smurf/
  
  (Tim Jenness) smurf: use one_strlcpy and update prologue
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: report units in verbose mode on file read
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: read file "as-is" if not raw and not requiring flatfielding
   100.0% applications/smurf/libsmf/
  
  (Ed Chapin) smurf: add units/labels to model components for map-maker
   100.0% applications/smurf/libsmf/
  
  (Ed Chapin) smurf: choose maximum apodization length using SMF__MAXAPLEN
    90.1% applications/smurf/libsmf/
     9.8% applications/smurf/libsmurf/
  
  (Tim Jenness) smurf: Read units and label in sc2store even if not reading the data
   100.0% applications/smurf/sc2da/
  
  (Tim Jenness) smurf: tweaks to smf_check_units
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: Make sure units and label are initialised even if status is bad
  
  (Tim Jenness) ndg: ndg_addgh is an ADAM function
   100.0% libraries/ndg/
  
  (David Berry) kappa: Improve how provshow formats group contents in NDF history
   100.0% applications/kappa/libndfpack/
  
  (David Berry) ndg: Only record a GRP group in history if it uses indirection or modification
   100.0% libraries/ndg/
  
  (David Berry) ndg: Register output groups for inclusion in history
   100.0% libraries/ndg/
  
  (David Berry) grp: Correct local character string length in grp_infoi.
   100.0% libraries/grp/
  
  (David Berry) grp: Allow query "whole group was specified explicitly?"
   100.0% libraries/grp/
  
  (David Berry) ndg: ndg_hwrgh should check it is in a GRP NDF history block
   100.0% libraries/ndg/
  
  (David Berry) ndg: Correct recording of groups in NDF provenance
   100.0% libraries/ndg/
  
  (David Berry) kaplibs: Fix truncation to 255 characters bug in LOOK logfile
    31.2% applications/kappa/
    68.7% libraries/kaplibs/kpg/
 

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

  commit 07337724cd77c805accf2d2f089e8d7e609beca2
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Oct 21 12:40:05 2009 -1000
  
      smurf: Fix unit concatenation in calcnoise
  
   applications/smurf/libsmurf/smurf_calcnoise.c |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit 7c52c46ae4af8a94cc28298e1a076454f904da83
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Oct 21 12:33:29 2009 -1000
  
      smurf: Use DEBUG level for units reporting
      
      Otherwise every call to smf_open_file gets a bit repetitive.
  
   applications/smurf/libsmf/smf_open_file.c |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit 3a5f0092380b1105f4b72e08c44518c41c0fd87b
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Oct 21 12:28:27 2009 -1000
  
      smurf: Allow flatfielded data to be run through CALCNOISE
      
      No NEP image created in that case.
  
   applications/smurf/libsmurf/smurf_calcnoise.c |   35 ++++++++++++++++++++--
   1 files changed, 31 insertions(+), 4 deletions(-)
  
  commit 047e641c04f7b864f6dffd9fbd1478e7fd9c874c
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Oct 21 12:14:34 2009 -1000
  
      smurf: Add a note about debugging astMalloc memory leaks
  
   applications/smurf/smurf_mon.c |    6 +++++-
   1 files changed, 5 insertions(+), 1 deletions(-)
  
  commit 3fa68c13e63bf9d75ef760d7342eef2a04fa4e9f
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Oct 21 12:11:28 2009 -1000
  
      smurf: use one_strlcpy and update prologue
  
   applications/smurf/libsmf/smf_set_clabels.c |   18 +++++++++---------
   1 files changed, 9 insertions(+), 9 deletions(-)
  
  commit 55930c6bf495a3e7c9367285cc51226a1fbc0779
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Oct 21 12:11:02 2009 -1000
  
      smurf: report units in verbose mode on file read
  
   applications/smurf/libsmf/smf_open_file.c |    7 +++++++
   1 files changed, 7 insertions(+), 0 deletions(-)
  
  commit a497d96d4ee90b8073c795f78fdc9d6344c8e747
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Oct 21 12:10:32 2009 -1000
  
      smurf: read file "as-is" if not raw and not requiring flatfielding
  
   applications/smurf/libsmf/smf_concat_smfGroup.c |   17 ++++++++++++++---
   1 files changed, 14 insertions(+), 3 deletions(-)
  
  commit d702a11d9116100ba6225cd2028fe889fc71f765
  Author: Ed Chapin <[log in to unmask]>
  Date:   Wed Oct 21 15:00:06 2009 -0700
  
      smurf: add units/labels to model components for map-maker
  
   applications/smurf/libsmf/smf_concat_smfGroup.c |    2 +
   applications/smurf/libsmf/smf_model_create.c    |   22 ++++++++++++++++++++-
   2 files changed, 23 insertions(+), 1 deletions(-)
  
  commit 5a71b08fb30eda7b8de1c0989ad380da4f1ba4ef
  Author: Ed Chapin <[log in to unmask]>
  Date:   Wed Oct 21 14:07:06 2009 -0700
  
      smurf: choose maximum apodization length using SMF__MAXAPLEN
  
   applications/smurf/libsmf/smf_apodize.c       |   38 +++++++++++++++-------
   applications/smurf/libsmf/smf_typ.h           |    1 +
   applications/smurf/libsmurf/smurf_calcnoise.c |    2 +-
   3 files changed, 28 insertions(+), 13 deletions(-)
  
  commit 80766c72ec3e97d87b222cc261c776e4fa3cc0b1
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Oct 21 09:53:32 2009 -1000
  
      smurf: Read units and label in sc2store even if not reading the data
      
      Previous implementation only read units if we were reading the
      raw data. This causes problems if smf_open_file is only interested
      in metadata.
      
      Move the dksquid and outdata null pointer tests out of rdtstream
      and into readraw.
  
   applications/smurf/sc2da/sc2store.c     |  133 ++++++++++++++++-------------
   applications/smurf/sc2da/sc2store_pro.h |    4 +-
   2 files changed, 76 insertions(+), 61 deletions(-)
  
  commit cfec5e07a31bc5126a26b6cc6a2a226ec8f49aa7
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Oct 21 09:50:34 2009 -1000
  
      smurf: tweaks to smf_check_units
      
       * tidy error message
       * use one_strlcpy
  
   applications/smurf/libsmf/smf_check_units.c |    8 ++++----
   1 files changed, 4 insertions(+), 4 deletions(-)
  
  commit 291ab1f84aef96bdc4d9da2abd37127cd4ae4369
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Oct 21 09:22:02 2009 -1000
  
      smurf: Make sure units and label are initialised even if status is bad
  
   applications/smurf/sc2da/sc2store.c |    6 ++++++
   1 files changed, 6 insertions(+), 0 deletions(-)
  
  commit f39ac81d92c97cf842ede59e670f2f6eb522cc83
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Oct 21 08:32:00 2009 -1000
  
      ndg: ndg_addgh is an ADAM function
  
   libraries/ndg/Makefile.am |    4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)
  
  commit db25c15e808e4aa8d161e7ab87076da68bdf240e
  Author: David Berry <[log in to unmask]>
  Date:   Wed Oct 21 17:13:06 2009 +0100
  
      kappa: Improve how provshow formats group contents in NDF history
  
   applications/kappa/libndfpack/provshow.f |   31 +++++++++++++++++++++++----
   1 files changed, 26 insertions(+), 5 deletions(-)
  
  commit 200c6cf1d779f61353a74ea7dfbf9a9b785e620d
  Author: David Berry <[log in to unmask]>
  Date:   Wed Oct 21 15:56:31 2009 +0100
  
      ndg: Only record a GRP group in history if it uses indirection or modification
  
   libraries/ndg/ndg_addgh.f |   34 +++++++++++++++++++++++++++++-----
   1 files changed, 29 insertions(+), 5 deletions(-)
  
  commit a590e728a35a63c0eb712d763e197230c27b507d
  Author: David Berry <[log in to unmask]>
  Date:   Wed Oct 21 14:48:35 2009 +0100
  
      ndg: Register output groups for inclusion in history
  
   libraries/ndg/ndg_creat.f |    5 +++++
   1 files changed, 5 insertions(+), 0 deletions(-)
  
  commit f0af8b4bc8732ea1624fab0c484c62e23918172c
  Author: David Berry <[log in to unmask]>
  Date:   Wed Oct 21 14:12:58 2009 +0100
  
      grp: Correct local character string length in grp_infoi.
  
   libraries/grp/grp_infoi.f |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit 811cf3e56af264c9493dd8cb4cbd6e6d5486c89c
  Author: David Berry <[log in to unmask]>
  Date:   Wed Oct 21 13:55:51 2009 +0100
  
      grp: Allow query "whole group was specified explicitly?"
  
   libraries/grp/component.xml |    2 +-
   libraries/grp/configure.ac  |    2 +-
   libraries/grp/grp.news      |   13 +++------
   libraries/grp/grp_infoi.f   |   57 ++++++++++++++++++++++++++++++++--------
   libraries/grp/sun150.tex    |   22 +++++++++++++---
   5 files changed, 69 insertions(+), 27 deletions(-)
  
  commit 86ea6732f8937fe1ab033899f09cc8115ca0707a
  Author: David Berry <[log in to unmask]>
  Date:   Wed Oct 21 13:19:13 2009 +0100
  
      ndg: ndg_hwrgh should check it is in a GRP NDF history block
  
   libraries/ndg/ndg_hwrgh.f |   13 +++++++------
   1 files changed, 7 insertions(+), 6 deletions(-)
  
  commit 862667e73f117163bfcf84b8ad849b8a0b449080
  Author: David Berry <[log in to unmask]>
  Date:   Wed Oct 21 12:59:14 2009 +0100
  
      ndg: Correct recording of groups in NDF provenance
  
   libraries/ndg/Makefile.am      |    4 +-
   libraries/ndg/ndg.c            |   11 ++
   libraries/ndg/ndg.h            |    1 +
   libraries/ndg/ndg1_hwrgh.f     |  206 ++++++++++++++++++++++++++++++++++++++
   libraries/ndg/ndg_endgh.f      |  145 ++++-----------------------
   libraries/ndg/ndg_endpv.f      |   20 ++--
   libraries/ndg/ndg_hwrgh.f      |  105 +++++++++++++++++++
   libraries/ndg/ndg_provenance.c |   13 +++
   8 files changed, 368 insertions(+), 137 deletions(-)
  
  commit 2f9033e48e03561a8b576a81610e52211b9e7102
  Author: David Berry <[log in to unmask]>
  Date:   Wed Oct 21 09:14:28 2009 +0100
  
      kaplibs: Fix truncation to 255 characters bug in LOOK logfile
  
   applications/kappa/kappa.news.in   |    5 +++++
   applications/kappa/sun95.tex       |    3 +++
   libraries/kaplibs/kpg/kpg1_reprt.f |   24 +++++++++++++++++++-----
   3 files changed, 27 insertions(+), 5 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