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  September 2009

STARDEV September 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, 19 Sep 2009 05:00:42 +0100

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (223 lines)

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

  (Tim Jenness) smurf: whitespace cleanup
    73.1% applications/smurf/libsmf/
    26.8% applications/smurf/libsmurf/
  
  (Tim Jenness) smurf: Cleanup smf_get_xloc a little
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: Create simple wrapper routine for creating a SMURF extension
    93.8% applications/smurf/libsmf/
     6.1% applications/smurf/libsmurf/
  
  (Tim Jenness) smurf: Tweak docs to smf_construct_smfDream.c
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: Parametrize the name of the SMURF extension
    76.6% applications/smurf/libsmf/
    23.3% applications/smurf/libsmurf/
  
  (Tim Jenness) smurf: Rewrite smurf internal history checking
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: Compare full string length in smf_history_check
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: Write history into the weights file
  
  (Peter W. Draper) gaia: change the support address.
    27.2% applications/gaia/gaia.htx/
    17.1% applications/gaia/gaia/library/
    55.5% applications/gaia/
  
  (David Berry) convert: Remove hard-wired history creation from fits2ndf
   100.0% applications/convert/
  
  (David Berry) ndf: New AUTO_HISTORY tuning parameter controls automatic creation of history components in new NDFs
   100.0% libraries/ndf/
  
  (David Berry) kappa: ndfcopy trim=y did not trim excess wcs axes
   100.0% applications/kappa/kapsub/
 

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

  commit 332491dcf5283952db8fe1ec01b80b982a65aeed
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Sep 18 16:59:09 2009 -1000
  
      smurf: whitespace cleanup
  
   applications/smurf/libsmf/smf_dream_calcweights.c |  248 +++++++++---------
   applications/smurf/libsmf/smf_dream_getgrid.c     |  166 ++++++------
   applications/smurf/libsmf/smf_dream_setjig.c      |  138 +++++-----
   applications/smurf/libsmf/smf_dreamsolve.c        |  214 ++++++++--------
   applications/smurf/libsmf/smf_get_xloc.c          |  254 +++++++++---------
   applications/smurf/libsmurf/smurf_dreamsolve.c    |  182 +++++++-------
   applications/smurf/libsmurf/smurf_dreamweights.c  |  228 +++++++++---------
   7 files changed, 715 insertions(+), 715 deletions(-)
  
  commit ec88ee9866cef77857697a2961ce311f74aea892
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Sep 18 16:57:33 2009 -1000
  
      smurf: Cleanup smf_get_xloc a little
      
       o ndfIsaac can not distinguish UPDATE and WRITE access modes
      
       o Use smf_validate_smfData
  
   applications/smurf/libsmf/smf_get_xloc.c |   51 ++++++++++------------------
   1 files changed, 18 insertions(+), 33 deletions(-)
  
  commit faa7f9f5191bcdfbf1e8497df9ebc4612b889486
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Sep 18 16:41:47 2009 -1000
  
      smurf: Create simple wrapper routine for creating a SMURF extension
  
   applications/smurf/libsmf/Makefile.am         |    1 +
   applications/smurf/libsmf/smf.h.source        |    2 +
   applications/smurf/libsmf/smf_get_smurfloc.c  |   87 +++++++++++++++++++++++
   applications/smurf/libsmf/smf_history_read.c  |    6 +-
   applications/smurf/libsmf/smf_history_write.c |    8 +--
   applications/smurf/libsmurf/smurf_makecube.c  |    3 +-
   applications/smurf/libsmurf/smurf_makemap.c   |    2 +-
   7 files changed, 95 insertions(+), 14 deletions(-)
  
  commit 1caf1be1b3a4d653fcc7a7b78e0cec93bd24fb65
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Sep 18 15:47:34 2009 -1000
  
      smurf: Tweak docs to smf_construct_smfDream.c
  
   applications/smurf/libsmf/smf_construct_smfDream.c |    3 +--
   1 files changed, 1 insertions(+), 2 deletions(-)
  
  commit f0bd91c0f4099b89cf05f98c0f47c9181c6de02e
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Sep 18 15:41:20 2009 -1000
  
      smurf: Parametrize the name of the SMURF extension
      
      Also use global definition of smurf history component and
      the type of the SMURF extension.
  
   applications/smurf/libsmf/smf_create_qualname.c |   10 ++++++----
   applications/smurf/libsmf/smf_history_read.c    |    8 ++++----
   applications/smurf/libsmf/smf_history_write.c   |   14 +++++++-------
   applications/smurf/libsmf/smf_reshapendf.c      |    6 ++++--
   applications/smurf/libsmf/smf_typ.h             |    7 +++++++
   applications/smurf/libsmurf/smurf_makecube.c    |    4 ++--
   applications/smurf/libsmurf/smurf_makemap.c     |    4 ++--
   7 files changed, 32 insertions(+), 21 deletions(-)
  
  commit a715bb0b973986d790f1639079dd43196189512e
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Sep 18 14:45:18 2009 -1000
  
      smurf: Rewrite smurf internal history checking
      
      SMURF subroutines can modify data and add history tags
      to indicate to other subroutines that a certain operation
      has been completed. This is required because you can either
      use SMURF as a set of discrete commands or you can make
      SMURF do everything in one go.
      
      Previously SMURF wrote these hints to NDF HISTORY and
      read them back some time later. Recently this has stopped
      working because the App name stored in the history was
      the global app name and not the subroutien name that
      was required. To prevent further interactions with NDF
      HISTORY changes I have rewritten the history handling
      code to write simple tags to a _CHAR array in the
      SMURF extension. This has the added advantage of
      not contaminating the main NDF history.
      
      Note that there is a slight API change as I have decided
      not to support the contextual string in addition to
      the tag.
  
   applications/smurf/libsmf/smf.h.source             |    5 +-
   applications/smurf/libsmf/smf_calc_stareimage.c    |    4 +-
   applications/smurf/libsmf/smf_correct_extinction.c |    3 +-
   applications/smurf/libsmf/smf_dreamsolve.c         |    4 +-
   applications/smurf/libsmf/smf_flatfield.c          |    2 +-
   applications/smurf/libsmf/smf_history_add.c        |   30 ++---
   applications/smurf/libsmf/smf_history_read.c       |  116 +++++++++--------
   applications/smurf/libsmf/smf_history_write.c      |  120 +++++++++++-------
   applications/smurf/libsmf/smf_scanfit.c            |    2 +-
   applications/smurf/libsmf/smf_subtract_plane1.c    |    3 +-
   applications/smurf/libsmf/smf_subtract_plane2.c    |    3 +-
   applications/smurf/libsmf/smf_subtract_poly.c      |    3 +-
   12 files changed, 162 insertions(+), 133 deletions(-)
  
  commit ca8d5553049d08700bcf4c307ea2779eedf417e6
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Sep 18 14:36:26 2009 -1000
  
      smurf: Compare full string length in smf_history_check
      
      Also add a debug message.
  
   applications/smurf/libsmf/smf_history_check.c |    8 ++++----
   1 files changed, 4 insertions(+), 4 deletions(-)
  
  commit a63551b64b9c5c2f432b9aab6233cc58586b9255
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Sep 18 14:33:06 2009 -1000
  
      smurf: Write history into the weights file
  
   applications/smurf/sc2da/sc2store.c |    1 +
   1 files changed, 1 insertions(+), 0 deletions(-)
  
  commit b834c4b0104697ef02d199eab3611c23c2534b35
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Fri Sep 18 17:17:03 2009 +0100
  
      gaia: change the support address.
  
   applications/gaia/component.xml         |    2 +-
   applications/gaia/configure.ac          |    2 +-
   applications/gaia/gaia.htx/index.html   |    4 ++--
   applications/gaia/gaia/library/Gaia.tcl |    2 +-
   applications/gaia/hypertext             |    2 +-
   5 files changed, 6 insertions(+), 6 deletions(-)
  
  commit 7320c10b6381e45df8abe8d93f8d61327765fbaf
  Author: David Berry <[log in to unmask]>
  Date:   Fri Sep 18 16:58:50 2009 +0100
  
      convert: Remove hard-wired history creation from fits2ndf
  
   applications/convert/fits2ndf.f |    8 ++++----
   1 files changed, 4 insertions(+), 4 deletions(-)
  
  commit 697dc69df4796c3696e77c2e3df2765ff04ece5c
  Author: David Berry <[log in to unmask]>
  Date:   Fri Sep 18 16:53:46 2009 +0100
  
      ndf: New AUTO_HISTORY tuning parameter controls automatic creation of history components in new NDFs
  
   libraries/ndf/NDF_TCB      |   10 +++++++++-
   libraries/ndf/ndf.news     |    4 ++++
   libraries/ndf/ndf1_dcre.f  |   14 +++++++++++++-
   libraries/ndf/ndf1_intcb.f |   15 +++++++++++++++
   libraries/ndf/ndf_gtune.f  |   15 ++++++++++++++-
   libraries/ndf/ndf_tune.f   |   19 ++++++++++++++++++-
   libraries/ndf/sun33.tex    |   27 ++++++++++++++++++++++++++-
   7 files changed, 99 insertions(+), 5 deletions(-)
  
  commit d2a66913ffea06c84d4b66569ab57435debf1fe9
  Author: David Berry <[log in to unmask]>
  Date:   Fri Sep 18 14:24:17 2009 +0100
  
      kappa: ndfcopy trim=y did not trim excess wcs axes
  
   applications/kappa/kapsub/kps1_ndfcp.f |   15 +++++++++++----
   1 files changed, 11 insertions(+), 4 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