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:

Tue, 13 Oct 2009 05:00:53 +0100

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (151 lines)

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

  (Tim Jenness) smurf: Check status on entry to calcnoise
   100.0% applications/smurf/libsmurf/
  
  (Tim Jenness) smurf: Move free memory detection to a subroutine
    82.0% applications/smurf/libsmf/
    17.9% applications/smurf/libsmurf/
  
  (Brad Cavanagh) ast: Fix bug in caching LAST value.
   100.0% libraries/ast/
  
  (David Berry) kaplibs: Access FRAME parameters as a string before accessing them as an NDF.
   100.0% libraries/kaplibs/kpg/
  
  (David Berry) ast: Allow a Frame to match a Frame of its parent class
   100.0% libraries/ast/
  
  (David Berry) kaplibs: Ensure default CATFRAME parameter does not loose axes
    34.0% applications/kappa/libkappa/
     8.0% applications/kappa/libkapview/
    47.3% applications/kappa/
    10.4% libraries/kaplibs/kpg/
  
  (David Berry) kappa: kappa: use NDF component name as Y axis symbol in LINPLOT
    82.4% applications/kappa/kapsub/
    17.5% libraries/kaplibs/kpg/
  
  (David Berry) ast: Deal with 2.PI discontinuity in cached LAST values in SkyFrame
   100.0% libraries/ast/
 

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

  commit 44d481e738677fcb725f7ec38ff7733b5f6008ca
  Author: Tim Jenness <[log in to unmask]>
  Date:   Mon Oct 12 16:02:58 2009 -1000
  
      smurf: Check status on entry to calcnoise
  
   applications/smurf/libsmurf/smurf_calcnoise.c |    2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)
  
  commit d3152696b4660d502832fd83d5b88cd5fcd943cd
  Author: Tim Jenness <[log in to unmask]>
  Date:   Mon Oct 12 16:02:25 2009 -1000
  
      smurf: Move free memory detection to a subroutine
  
   applications/smurf/configure.ac             |    1 +
   applications/smurf/libsmf/Makefile.am       |    1 +
   applications/smurf/libsmf/smf.h.source      |    2 +
   applications/smurf/libsmf/smf_get_freemem.c |  149 +++++++++++++++++++++++++
   applications/smurf/libsmurf/smurf_makemap.c |   47 ++++----
   5 files changed, 177 insertions(+), 23 deletions(-)
  
  commit 35f867ce0e98b082bc7105acd23dc84d8524b364
  Author: Brad Cavanagh <[log in to unmask]>
  Date:   Mon Oct 12 12:00:19 2009 -1000
  
      ast: Fix bug in caching LAST value.
  
   libraries/ast/skyframe.c |    4 +++-
   1 files changed, 3 insertions(+), 1 deletions(-)
  
  commit f3a0a3a367071264e19d6a38a80dac45401663d7
  Author: David Berry <[log in to unmask]>
  Date:   Mon Oct 12 17:06:29 2009 +0100
  
      kaplibs: Access FRAME parameters as a string before accessing them as an NDF.
      
      Accessing them as an NDF first seems to force the parameter system to
      treat the string as an HDS object if it is subsequently accessed as a
      literal string, usually causing a "File not found" error.
  
   libraries/kaplibs/kpg/kpg1_asfgt.f |   14 +++++++++++---
   1 files changed, 11 insertions(+), 3 deletions(-)
  
  commit 868ce231f8a89df8f7bd9ee8e733f92a7986a76c
  Author: David Berry <[log in to unmask]>
  Date:   Mon Oct 12 16:52:51 2009 +0100
  
      ast: Allow a Frame to match a Frame of its parent class
  
   libraries/ast/ast.news       |    6 ++++
   libraries/ast/fluxframe.c    |   37 ++++++++++++++++------------
   libraries/ast/frame.c        |   14 +++++-----
   libraries/ast/skyframe.c     |   51 +++++++++++++++++++--------------------
   libraries/ast/specframe.c    |   46 ++++++++++++++++++-----------------
   libraries/ast/sun_master.tex |   11 ++++++++
   libraries/ast/timeframe.c    |   33 +++++++++++++++-----------
   7 files changed, 113 insertions(+), 85 deletions(-)
  
  commit aad70b7044bd8b41c86e1fe04762f5507c7a8ef8
  Author: David Berry <[log in to unmask]>
  Date:   Mon Oct 12 14:04:12 2009 +0100
  
      kaplibs: Ensure default CATFRAME parameter does not loose axes
      
      Various kappa commands use parameter CATFRAME to specify the Frame in
      which axis values should be stored within an output catalogue. The
      default for CATFRAME used to be to search for a SKY Frame within the
      catalogues WCS FrameSet, and use the SKY Frame if found (otherwise using
      a PIXEL Frame, or the original base Frame). But some WCS FrameSets do not
      have a usable Mapping between the SKY Frame and the current Frame. For
      instance, if CURSOR is used to get positions from a LINPLOT display
      displaying a spectrum extracted from a cube, the WCS will include a SKY
      Frame (inherited form the cube), but the Mapping from screen coords to
      (RA,Dec) will be degenerate (i.e. all points in the spectrum have the
      same (RA,Dec)). To get round this, the default for CATFRAME has been
      changed to be the current Frame in the catalogues WCS information.
  
   applications/kappa/kappa.news.in       |    5 ++++
   applications/kappa/libkappa/centroid.f |    6 +----
   applications/kappa/libkappa/listmake.f |    6 +----
   applications/kappa/libkappa/listshow.f |    8 +----
   applications/kappa/libkappa/profile.f  |    6 +----
   applications/kappa/libkapview/cursor.f |    6 +----
   applications/kappa/sun95.tex           |   39 ++++++++++--------------------
   libraries/kaplibs/kpg/kpg1_wrcat.f     |   20 +++++++++------
   8 files changed, 36 insertions(+), 60 deletions(-)
  
  commit 47ec18ff61433ab301804806b434f438cb2fb387
  Author: David Berry <[log in to unmask]>
  Date:   Mon Oct 12 12:46:15 2009 +0100
  
      kappa: kappa: use NDF component name as Y axis symbol in LINPLOT
      
      The NDF label value used to be used as the Y axis Symbol, but this could
      be long and include spaces (e.g. "Ta corrected antenna temperature").
      This caused problems since when CURSOR is used to get positions from the
      Plot, the Symbol attribute ends up being used as a column name in the
      output catalogue, and so the Symbol attribute needs to have a short value
      that includes no spaces. The Label attribute is unchanged (i.e. it is
      still set to the NDF label value).
  
   applications/kappa/kapsub/kps1_lplfs.f |   16 +++++++++++++---
   libraries/kaplibs/kpg/kpg1_rdcat.f     |    4 +++-
   2 files changed, 16 insertions(+), 4 deletions(-)
  
  commit d31d022524ca1837e7b6e2e3f8f552ecf77317c2
  Author: David Berry <[log in to unmask]>
  Date:   Mon Oct 12 10:55:40 2009 +0100
  
      ast: Deal with 2.PI discontinuity in cached LAST values in SkyFrame
  
   libraries/ast/skyframe.c |   25 ++++++++++++++++++++++---
   1 files changed, 22 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