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:

Sat, 24 Oct 2009 05:00:48 +0100

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (155 lines)

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

  (David Berry) cupid: do no clump merging if MinDip is <= zero
   100.0% applications/cupid/cupidsub/
  
  (David Berry) cupid: Correct creation of clump polygons
   100.0% applications/cupid/cupidsub/
  
  (David Berry) ast: Initialise variables in stcschan.c
   100.0% libraries/ast/
  
  (David Berry) cupid: Prevent addition of provenance or history to clump cut-out NDFs
    97.8% applications/cupid/cupidsub/
     2.1% applications/cupid/
  
  (David Berry) ndg: Forgot to git-add ndg_hltgh.f before the previous NDG  commit.
   100.0% libraries/ndg/
  
  (David Berry) ndg: Document GRP history stuff & allow gh and pv blocks to be halted
   100.0% libraries/ndg/
  
  (David Berry) cupid: Avoid creating an edge of bad pixels in findclumps output mask.
   100.0% applications/cupid/cupidsub/
  
  (Malcolm J. Currie) CONVERT:  Rework the paragrapgh splitting for history records.
   100.0% applications/convert/libcof/
 

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

  commit 6719e032bfe8f797a7d407612bb95e79478e92a7
  Author: David Berry <[log in to unmask]>
  Date:   Fri Oct 23 15:28:33 2009 +0100
  
      cupid: do no clump merging if MinDip is <= zero
      
      No need to check for mergable clumps if we already know there are none.
  
   applications/cupid/cupidsub/cupidfwjoin.cgen |   11 +++++++----
   1 files changed, 7 insertions(+), 4 deletions(-)
  
  commit 8328329700f882ca591f15b143f20b2f34950bda
  Author: David Berry <[log in to unmask]>
  Date:   Fri Oct 23 15:25:03 2009 +0100
  
      cupid: Correct creation of clump polygons
      
      Conversion from pixel coords to pixel indices was wrong for negative
      pixel coords.
  
   applications/cupid/cupidsub/cupidpolygondesc.c |    7 +++++--
   1 files changed, 5 insertions(+), 2 deletions(-)
  
  commit 4d2278501ff03bba7a98736503aedfe2597e28aa
  Author: David Berry <[log in to unmask]>
  Date:   Fri Oct 23 14:03:58 2009 +0100
  
      ast: Initialise variables in stcschan.c
  
   libraries/ast/stcschan.c |    9 ++++++---
   1 files changed, 6 insertions(+), 3 deletions(-)
  
  commit 364ccbf8a74d901226ed0d75b7958bb152d90b5e
  Author: David Berry <[log in to unmask]>
  Date:   Fri Oct 23 13:55:46 2009 +0100
  
      cupid: Prevent addition of provenance or history to clump cut-out NDFs
  
   applications/cupid/cupidsub/cupidndfclump.cgen |   10 -----
   applications/cupid/findclumps.c                |   40 ++++++++++++++++++++++
   2 files changed, 40 insertions(+), 10 deletions(-)
  
  commit 1dfe110d989c7b08d73f1de4d52a69629b6f0ef5
  Author: David Berry <[log in to unmask]>
  Date:   Fri Oct 23 13:03:53 2009 +0100
  
      ndg: Forgot to git-add ndg_hltgh.f before the previous NDG  commit.
      
      I also forgot to ensure that the NDF AUTO_HISTORY tuning parameter is
      switched off if a GRP history block is halted.
  
   libraries/ndg/NDG_COM2                     |    3 +-
   libraries/ndg/{ndg_hltpv.f => ndg_hltgh.f} |   80 ++++++++++++-------------
   libraries/ndg/sun2.tex                     |    7 ++
   3 files changed, 47 insertions(+), 43 deletions(-)
  
  commit 7156365733f56799d03b1b8eca0ab48773a95594
  Author: David Berry <[log in to unmask]>
  Date:   Fri Oct 23 12:50:21 2009 +0100
  
      ndg: Document GRP history stuff & allow gh and pv blocks to be halted
      
      Halting a block means that any later NDFs to be accessed are not
      recorded, and so will not recieve gh or pv info when the block is ended.
      A halted block can be re-started again. This allows applications to exempt
      selected NDFs from gh or pv info recording. For instance, I'm about to
      use this to prevent provenance and group history being recorded in the
      potentially thousands of clump cut-out NDFs created by cupid:findclumps.
  
   libraries/ndg/Makefile.am   |    4 +-
   libraries/ndg/NDG_COM1      |   44 ++++++
   libraries/ndg/NDG_COM2      |   43 ++++++
   libraries/ndg/component.xml |    2 +-
   libraries/ndg/configure.ac  |    2 +-
   libraries/ndg/ndg.c         |   38 +++++
   libraries/ndg/ndg.h         |    2 +
   libraries/ndg/ndg.news      |    7 +
   libraries/ndg/ndg1_hndlr.f  |   31 ++---
   libraries/ndg/ndg1_hwrgh.f  |   11 +-
   libraries/ndg/ndg_addgh.f   |   15 +--
   libraries/ndg/ndg_beggh.f   |   21 ++--
   libraries/ndg/ndg_begpv.f   |   30 ++---
   libraries/ndg/ndg_endgh.f   |   28 ++--
   libraries/ndg/ndg_endpv.f   |   38 ++----
   libraries/ndg/ndg_hltpv.f   |  139 +++++++++++++++++++
   libraries/ndg/ndg_hwrgh.f   |   12 +-
   libraries/ndg/sun2.tex      |  299 ++++++++++++++++++++++++++++++++++++++++-
   18 files changed, 651 insertions(+), 115 deletions(-)
  
  commit 3aa0f317b1863f87437705dd5db0bebd8837d34b
  Author: David Berry <[log in to unmask]>
  Date:   Fri Oct 23 10:38:12 2009 +0100
  
      cupid: Avoid creating an edge of bad pixels in findclumps output mask.
      
      Previously, findclumps created a rim of bad pixels within the output mask
      array. This meant that it could avoid certain bounds checking (and so be
      a bit faster), since the usual test for bad pixels would detect edge
      pixels and so cause the pixel to be avoided. But a rim of bad pixels is
      the output mask is bad, particularly when you are processing tiled data
      that needs to abut exactly at the edges. So findclumps now does proper
      bounds checking rather than creating a rim of bad pixels to detect the
      edges. It doesn't seem to have caused any detectable slow-down.
  
   applications/cupid/cupidsub/cupidfwmain.cgen |  108 ++++++++++++++---------
   1 files changed, 66 insertions(+), 42 deletions(-)
  
  commit aee38ee5c3a7ca3272205c63aa1a36c7f9691dc5
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Fri Oct 23 03:39:41 2009 +0100
  
      CONVERT:  Rework the paragrapgh splitting for history records.
      
      Group headings are different from those previously managed, as more
      than one can appear in a HISTORY record.  Allow for that and remove
      a leading blank to ensure "Group:" is treated as a heading.
      
      Also improved to paragraph parsing to allow for multiple headings
      in the buffer portion extracted from a history paragraph.
  
   applications/convert/libcof/cof_chisr.f |   73 +++++++++++++++++++++++++---
   1 files changed, 65 insertions(+), 8 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